mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
12 lines
374 B
Plaintext
12 lines
374 B
Plaintext
warning: the feature `dyn_star` is incomplete and may not be safe to use and/or cause compiler crashes
|
|
--> $DIR/thin.rs:6: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
|
|
|