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