]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-describe-lvalue.stderr
Add FAQ for NLL migration
[rust.git] / src / test / ui / borrowck / borrowck-describe-lvalue.stderr
index fb42e5fbca8a883eefbbfcb1c4c75bd30d71b4de..14b9b50f0c32a6352eeed0c16209e1aabf13411c 100644 (file)
@@ -341,6 +341,7 @@ LL |             drop(x);
    |
    = 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`
 
 warning[E0502]: cannot borrow `*block.current` as immutable because it is also borrowed as mutable
   --> $DIR/borrowck-describe-lvalue.rs:227:33
@@ -355,6 +356,7 @@ LL |             drop(x);
    |
    = 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`
 
 error[E0382]: use of moved value: `x`
   --> $DIR/borrowck-describe-lvalue.rs:282:22