rust/tests/ui/dyn-star/dyn-star-to-dyn.stderr

12 lines
385 B
Plaintext
Raw Normal View History

2023-01-06 02:47:35 -06:00
warning: the feature `dyn_star` is incomplete and may not be safe to use and/or cause compiler crashes
--> $DIR/dyn-star-to-dyn.rs:3:12
|
LL | #![feature(dyn_star)]
| ^^^^^^^^
|
= note: see issue #102425 <https://github.com/rust-lang/rust/issues/102425> for more information
= note: `#[warn(incomplete_features)]` on by default
warning: 1 warning emitted