blob: 36e90f3a246e6dfced09120d94767c4969594040 (
plain)
1
2
3
4
5
6
|
warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition
--> $DIR/edition-feature-redundant.rs:4:12
|
LL | #![feature(rust_2018_preview)]
| ^^^^^^^^^^^^^^^^^
|