]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/generator/ref-escapes-but-not-over-yield.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / generator / ref-escapes-but-not-over-yield.stderr
index fbb72884156ba9f968391bc4818050e0d81b6f82..65817e30c4de982efc8993accdde0092a2f0455e 100644 (file)
@@ -1,13 +1,14 @@
 error[E0597]: `b` does not live long enough
   --> $DIR/ref-escapes-but-not-over-yield.rs:24:14
    |
-24 |         a = &b;
+LL |         a = &b;
    |              ^ borrowed value does not live long enough
-25 |         //~^ ERROR `b` does not live long enough
-26 |     };
+LL |         //~^ ERROR `b` does not live long enough
+LL |     };
    |     - `b` dropped here while still borrowed
-27 | }
+LL | }
    | - borrowed value needs to live until here
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0597`.