]> 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 ffb94ed7dd7c0eab3ee8a3bbe82708c546aacdaa..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<'_> {
@@ -27,3 +27,4 @@ LL | impl Foo<'_> {
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0495`.