blob: b11e616d7f2e91150bab0b039c0fb0cf9adeb988 (
plain)
1
2
3
4
5
6
7
8
9
|
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)]
| ^^^^^^^^^^^^^^^^^
warning: 1 warning emitted
For more information about this error, try `rustc --explain E0705`.
|