2023-02-28 15:34:04 -06:00
|
|
|
warning: the feature `return_position_impl_trait_in_trait` is incomplete and may not be safe to use and/or cause compiler crashes
|
2023-03-08 08:18:38 -06:00
|
|
|
--> $DIR/default-method-binder-shifting.rs:5:12
|
2023-02-28 15:34:04 -06:00
|
|
|
|
|
|
|
|
LL | #![feature(return_position_impl_trait_in_trait)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: see issue #91611 <https://github.com/rust-lang/rust/issues/91611> for more information
|
|
|
|
= note: `#[warn(incomplete_features)]` on by default
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|