aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/overlapping_lifetime_names.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/overlapping_lifetime_names.stderr')
-rw-r--r--tests/ui/overlapping_lifetime_names.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/overlapping_lifetime_names.stderr b/tests/ui/overlapping_lifetime_names.stderr
index f86942c..8a9bb4f 100644
--- a/tests/ui/overlapping_lifetime_names.stderr
+++ b/tests/ui/overlapping_lifetime_names.stderr
@@ -8,7 +8,7 @@ error[E0496]: lifetime name `'__pin` shadows a lifetime name that is already in
6 | | field: &'__pin mut T,
7 | | }
8 | | }
- | |_^ lifetime '__pin already in scope
+ | |_^ lifetime `'__pin` already in scope
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
@@ -22,7 +22,7 @@ error[E0496]: lifetime name `'__pin` shadows a lifetime name that is already in
6 | | field: &'__pin mut T,
7 | | }
8 | | }
- | |_^ lifetime '__pin already in scope
+ | |_^ lifetime `'__pin` already in scope
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)