rust/tests/ui/editions/edition-feature-redundant.stderr

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

10 lines
302 B
Plaintext
Raw Normal View History

warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition
2018-12-25 09:56:47 -06:00
--> $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`.