summary refs log tree commit diff
path: root/src/test/ui/impl-trait/bound-normalization-pass.default.stderr
blob: ef3cb7401128e3a4c303afdaf84759458745daa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: the feature `impl_trait_in_bindings` is incomplete and may not be safe to use and/or cause compiler crashes
  --> $DIR/bound-normalization-pass.rs:8:12
   |
LL | #![feature(impl_trait_in_bindings)]
   |            ^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(incomplete_features)]` on by default
   = note: see issue #63065 <https://github.com/rust-lang/rust/issues/63065> for more information

warning: 1 warning emitted