]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0705.stderr
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
[rust.git] / src / test / ui / error-codes / E0705.stderr
1 warning[E0705]: the feature `test_2018_feature` is included in the Rust 2018 edition
2   --> $DIR/E0705.rs:6:12
3    |
4 LL | #![feature(test_2018_feature)]
5    |            ^^^^^^^^^^^^^^^^^
6
7 warning: 1 warning emitted
8
9 For more information about this error, try `rustc --explain E0705`.