]> git.proxmox.com Git - rustc.git/blame - src/test/ui/editions/edition-feature-redundant.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / editions / edition-feature-redundant.stderr
CommitLineData
b7449926 1warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition
0731742a 2 --> $DIR/edition-feature-redundant.rs:4:12
b7449926
XL
3 |
4LL | #![feature(rust_2018_preview)]
5 | ^^^^^^^^^^^^^^^^^
6
ba9703b0
XL
7warning: 1 warning emitted
8
9For more information about this error, try `rustc --explain E0705`.