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