]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/lint/force-warn/force-warn-group-allow-warning.stderr
Auto merge of #86267 - ZuseZ4:master, r=nagisa
[rust.git] / src / test / ui / lint / force-warn / force-warn-group-allow-warning.stderr
index 88ae846caa0a940e5507ca889975b61f50feeae2..232edf4f1ef25b06902aaaf2dfd3b6aa5d1428cb 100644 (file)
@@ -5,7 +5,7 @@ LL | pub fn function(_x: Box<SomeTrait>) {}
    |                         ^^^^^^^^^ help: use `dyn`: `dyn SomeTrait`
    |
    = note: warning forced by `force-warns` commandline option
-   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition!
+   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see issue #80165 <https://github.com/rust-lang/rust/issues/80165>
 
 warning: 1 warning emitted