blob: fcc3cc512362675eb0f9413bf1ebd989d2a56fc2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
warning: the feature `impl_trait_in_bindings` is incomplete and may cause the compiler to crash
--> $DIR/bound-normalization-pass.rs:5:12
|
LL | #![feature(impl_trait_in_bindings)]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(incomplete_features)]` on by default
warning: 1 warning emitted
|