2018-08-16 02:09:12 +03:00
|
|
|
warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/edition-feature-redundant.rs:4:12
|
2018-08-16 02:09:12 +03:00
|
|
|
|
|
|
|
|
LL | #![feature(rust_2018_preview)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-03-11 16:30:09 +01:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0705`.
|