]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0705.rs
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
[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() {}