summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/return-type-notation/supertrait-bound.current.stderr
blob: 05cb0ca4abd25351f92b92d5dbc1c419b55f813b (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: the feature `return_type_notation` is incomplete and may not be safe to use and/or cause compiler crashes
  --> $DIR/supertrait-bound.rs:5:49
   |
LL | #![feature(return_position_impl_trait_in_trait, return_type_notation)]
   |                                                 ^^^^^^^^^^^^^^^^^^^^
   |
   = note: see issue #109417 <https://github.com/rust-lang/rust/issues/109417> for more information
   = note: `#[warn(incomplete_features)]` on by default

warning: 1 warning emitted