]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/underscore-lifetime/underscore-lifetime-elison-mismatch.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / underscore-lifetime / underscore-lifetime-elison-mismatch.stderr
index 21fdfcaef862ec6be84ae26c8891d8f149392cc5..76c14ccc14b4522906c1821bb06a5ec6c26b9572 100644 (file)
@@ -8,3 +8,4 @@ LL | fn foo(x: &mut Vec<&'_ u8>, y: &'_ u8) { x.push(y); }
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0623`.