]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/borrowck-migrate-to-nll.zflag.stderr
Add FAQ for NLL migration
[rust.git] / src / test / ui / borrowck / borrowck-migrate-to-nll.zflag.stderr
index 8dba34bd8086bb3d8393c5c644bdeaec5f9905c5..461fb7d11a58aa4f4f986b11607ec1c659190331 100644 (file)
@@ -6,4 +6,5 @@ LL |                 (|| { let bar = foo; bar.take() })();
    |
    = 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`