summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/in-trait/box-coerce-span-in-default.stderr
blob: d681ecf25e8afb2f08706f45912ac1853c5c55dc (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: the feature `return_position_impl_trait_in_trait` is incomplete and may not be safe to use and/or cause compiler crashes
  --> $DIR/box-coerce-span-in-default.rs:3:12
   |
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