rust/tests/ui/error-codes/E0705.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
282 B
Plaintext
Raw Normal View History

warning[E0705]: the feature `test_2018_feature` is included in the Rust 2018 edition
2018-12-25 15:56:47 +00:00
--> $DIR/E0705.rs:6:12
|
LL | #![feature(test_2018_feature)]
| ^^^^^^^^^^^^^^^^^
warning: 1 warning emitted
For more information about this error, try `rustc --explain E0705`.