]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lifetimes/lifetime-errors/ex1-return-one-existing-name-if-else-using-impl.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / lifetimes / lifetime-errors / ex1-return-one-existing-name-if-else-using-impl.stderr
index 56ca610019c4cb83e804b60f9c0f42e483acc389..e9f5fc311dfc236e2cdc752097169d4695472580 100644 (file)
@@ -11,3 +11,4 @@ LL |         if x > y { x } else { y }
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0623`.