]> git.proxmox.com Git - rustc.git/blame - tests/ui/impl-trait/in-trait/default-method-binder-shifting.next.stderr
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / ui / impl-trait / in-trait / default-method-binder-shifting.next.stderr
CommitLineData
9ffffee4 1warning: the feature `return_position_impl_trait_in_trait` is incomplete and may not be safe to use and/or cause compiler crashes
353b0b11 2 --> $DIR/default-method-binder-shifting.rs:5:12
9ffffee4
FG
3 |
4LL | #![feature(return_position_impl_trait_in_trait)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: see issue #91611 <https://github.com/rust-lang/rust/issues/91611> for more information
8 = note: `#[warn(incomplete_features)]` on by default
9
10warning: 1 warning emitted
11