]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/force-warn/force-warn-group-allow-warning.stderr
Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-se
[rust.git] / src / test / ui / lint / force-warn / force-warn-group-allow-warning.stderr
1 warning: trait objects without an explicit `dyn` are deprecated
2   --> $DIR/force-warn-group-allow-warning.rs:8:25
3    |
4 LL | pub fn function(_x: Box<SomeTrait>) {}
5    |                         ^^^^^^^^^ help: use `dyn`: `dyn SomeTrait`
6    |
7    = note: warning forced by `force-warns` commandline option
8    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition!
9    = note: for more information, see issue #80165 <https://github.com/rust-lang/rust/issues/80165>
10
11 warning: 1 warning emitted
12