]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/nll/issue-55394.stderr
Merge branch 'master' into rusty-hermit
[rust.git] / src / test / ui / nll / issue-55394.stderr
index e00e6f36f1af41d1ac4c34e056e20aa2202b5f93..714a63b670c66a96688a0cbeb14c71d670aa181d 100644 (file)
@@ -16,7 +16,7 @@ note: ...so that reference does not outlive borrowed content
    |
 LL |         Foo { bar }
    |               ^^^
-note: but, the lifetime must be valid for the lifetime '_ as defined on the impl at 7:10...
+note: but, the lifetime must be valid for the lifetime `'_` as defined on the impl at 7:10...
   --> $DIR/issue-55394.rs:7:10
    |
 LL | impl Foo<'_> {