]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-migrate-to-nll.edition.stderr
Add FAQ for NLL migration
[rust.git] / src / test / ui / borrowck / borrowck-migrate-to-nll.edition.stderr
index 032b8ddcbca68ed4393c99f93c6bcc6bb21046f1..461fb7d11a58aa4f4f986b11607ec1c659190331 100644 (file)
@@ -1,9 +1,10 @@
 warning[E0507]: cannot move out of borrowed content
-  --> $DIR/borrowck-migrate-to-nll.rs:35:17
+  --> $DIR/borrowck-migrate-to-nll.rs:25:17
    |
 LL |                 (|| { let bar = foo; bar.take() })();
    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot move out of borrowed content
    |
    = warning: this error has been downgraded to a warning for backwards compatibility with previous releases
    = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future
+   = note: for more information, try `rustc --explain E0729`