]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/min_const_fn/min_const_fn_dyn.stderr
Add FAQ for NLL migration
[rust.git] / src / test / ui / consts / min_const_fn / min_const_fn_dyn.stderr
index b6445329db383e7dcfd28088b43b9a575a1a2f56..9ded93c16727ba5e881e22f37e1e56ffafc360e5 100644 (file)
@@ -27,6 +27,7 @@ LL | const fn no_inner_dyn_trait_ret() -> Hide { Hide(HasDyn { field: &0 }) }
    |
    = 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: aborting due to 2 previous errors