2022-11-19 03:06:21 +00:00
|
|
|
warning: the feature `dyn_star` is incomplete and may not be safe to use and/or cause compiler crashes
|
2022-11-24 02:36:46 +00:00
|
|
|
--> $DIR/dispatch-on-pin-mut.rs:5:12
|
2022-11-19 03:06:21 +00:00
|
|
|
|
|
|
|
|
LL | #![feature(dyn_star)]
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
2023-01-01 12:25:21 +01:00
|
|
|
= note: see issue #102425 <https://github.com/rust-lang/rust/issues/102425> for more information
|
2022-11-19 03:06:21 +00:00
|
|
|
= note: `#[warn(incomplete_features)]` on by default
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|