]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-17905-2.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-17905-2.stderr
index 585bc9c14883bfb867afe9f9e22eed6a44ab15d3..04be62dc661bfe3c18c02462846d2927a33e3c8c 100644 (file)
@@ -15,7 +15,7 @@ LL | |
 LL | |         println!("{:?}", self);
 LL | |     }
    | |_____^
-note: ...does not necessarily outlive the lifetime '_ as defined on the impl at 5:5
+note: ...does not necessarily outlive the lifetime `'_` as defined on the impl at 5:5
   --> $DIR/issue-17905-2.rs:5:5
    |
 LL |     &str,
@@ -29,7 +29,7 @@ LL |     fn say(self: &Pair<&str, isize>) {
    |
    = note: expected type `Pair<&str, _>`
               found type `Pair<&str, _>`
-note: the lifetime '_ as defined on the impl at 5:5...
+note: the lifetime `'_` as defined on the impl at 5:5...
   --> $DIR/issue-17905-2.rs:5:5
    |
 LL |     &str,