]> git.lizzy.rs Git - rust.git/blob - src/test/ui/dyn-star/dont-unsize-coerce-dyn-star.stderr
Auto merge of #106301 - notriddle:notriddle/dir-entry, r=GuillaumeGomez
[rust.git] / src / test / ui / dyn-star / dont-unsize-coerce-dyn-star.stderr
1 warning: the feature `dyn_star` is incomplete and may not be safe to use and/or cause compiler crashes
2   --> $DIR/dont-unsize-coerce-dyn-star.rs:4:12
3    |
4 LL | #![feature(dyn_star)]
5    |            ^^^^^^^^
6    |
7    = note: see issue #102425 <https://github.com/rust-lang/rust/issues/102425> for more information
8    = note: `#[warn(incomplete_features)]` on by default
9
10 warning: 1 warning emitted
11