]> git.lizzy.rs Git - rust.git/blob - src/test/ui/editions/edition-feature-redundant.rs
Rollup merge of #86747 - FabianWolff:issue-86653, r=GuillaumeGomez
[rust.git] / src / test / ui / editions / edition-feature-redundant.rs
1 // edition:2018
2 // check-pass
3
4 #![feature(rust_2018_preview)]
5 //~^ WARN the feature `rust_2018_preview` is included in the Rust 2018 edition
6
7 fn main() {}