]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-escaping-closure-error-2.nll.stderr
Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix
[rust.git] / src / test / ui / borrowck / borrowck-escaping-closure-error-2.nll.stderr
index 8c643973af67b85f8b850a69bf3817a4a4c6e0b9..d5f3a0ed6d82eb082c216adb23b729492dc288fe 100644 (file)
@@ -1,8 +1,10 @@
 error[E0597]: `books` does not live long enough
-  --> $DIR/borrowck-escaping-closure-error-2.rs:21:14
+  --> $DIR/borrowck-escaping-closure-error-2.rs:21:17
    |
 LL |     Box::new(|| books.push(4))
-   |              ^^^^^^^^^^^^^^^^ borrowed value does not live long enough
+   |              -- ^^^^^ borrowed value does not live long enough
+   |              |
+   |              value captured here
 LL |     //~^ ERROR E0373
 LL | }
    | - `books` dropped here while still borrowed