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