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