summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0705.stderr
blob: 1cb83f2e381dc42bed6bb19d45c2ffbf68feb05f (plain)
1
2
3
4
5
6
warning[E0705]: the feature `test_2018_feature` is included in the Rust 2018 edition
  --> $DIR/E0705.rs:6:12
   |
LL | #![feature(test_2018_feature)]
   |            ^^^^^^^^^^^^^^^^^