mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
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`.
|