]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-17740.stderr
Merge branch 'master' into rusty-hermit
[rust.git] / src / test / ui / issues / issue-17740.stderr
index b8a0a0676319a292aa5ac9888fc9f3b7336ca303..d392ea3c1b8617bae73b0833c85822c532db0e4e 100644 (file)
@@ -17,7 +17,7 @@ LL | |
 LL | |
 LL | |     }
    | |_____^
-note: ...does not necessarily outlive the lifetime 'a as defined on the impl at 5:7
+note: ...does not necessarily outlive the lifetime `'a` as defined on the impl at 5:7
   --> $DIR/issue-17740.rs:5:7
    |
 LL | impl <'a> Foo<'a>{
@@ -31,7 +31,7 @@ LL |     fn bar(self: &mut Foo) {
    |
    = note: expected type `Foo<'a>`
               found type `Foo<'_>`
-note: the lifetime 'a as defined on the impl at 5:7...
+note: the lifetime `'a` as defined on the impl at 5:7...
   --> $DIR/issue-17740.rs:5:7
    |
 LL | impl <'a> Foo<'a>{