2019-05-12 16:37:05 -05:00
|
|
|
warning: the feature `impl_trait_in_bindings` is incomplete and may cause the compiler to crash
|
2019-07-26 16:54:25 -05:00
|
|
|
--> $DIR/impl-trait-in-bindings.rs:3:12
|
2019-05-12 16:37:05 -05:00
|
|
|
|
|
|
|
|
LL | #![feature(impl_trait_in_bindings)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
2019-07-28 19:01:57 -05:00
|
|
|
|
|
|
|
|
= note: `#[warn(incomplete_features)]` on by default
|
2019-05-12 16:37:05 -05:00
|
|
|
|