mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
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
|
|
|