]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/listings/ch10-generic-types-traits-and-lifetimes/no-listing-09-unrelated-lifetime/output.txt
New upstream version 1.57.0+dfsg1
[rustc.git] / src / doc / book / listings / ch10-generic-types-traits-and-lifetimes / no-listing-09-unrelated-lifetime / output.txt
index de29d4f43cdcc133cb55c41d2605c32a62ef5442..94645b2f47f2d8663b604a54a8323c43e3b10854 100644 (file)
@@ -9,9 +9,5 @@ error[E0515]: cannot return value referencing local variable `result`
    |     returns a value referencing data owned by the current function
    |     `result` is borrowed here
 
-error: aborting due to previous error
-
 For more information about this error, try `rustc --explain E0515`.
-error: could not compile `chapter10`
-
-To learn more, run the command again with --verbose.
+error: could not compile `chapter10` due to previous error