]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0705.rs
Rollup merge of #71627 - ldm0:autoderefarg, r=Dylan-DPC
[rust.git] / src / test / ui / error-codes / E0705.rs
1 // check-pass
2
3 // This is a stub feature that doesn't control anything, so to make tidy happy,
4 // gate-test-test_2018_feature
5
6 #![feature(test_2018_feature)]
7 //~^ WARN the feature `test_2018_feature` is included in the Rust 2018 edition
8 #![feature(rust_2018_preview)]
9
10 fn main() {}