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