]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/lint/force-warn/force-warn-group-allow-warning.stderr
Auto merge of #86009 - cjgillot:fwarn, r=davidtwco
[rust.git] / src / test / ui / lint / force-warn / force-warn-group-allow-warning.stderr
index 88ae846caa0a940e5507ca889975b61f50feeae2..65de6c9e287f0045f52a30c7ae0efe9b77aba8d2 100644 (file)
@@ -4,8 +4,8 @@ warning: trait objects without an explicit `dyn` are deprecated
 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!
+   = note: `--force-warns bare-trait-objects` implied by `--force-warns rust-2018-idioms`
+   = 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