rust/tests/ui/editions/edition-feature-redundant.rs
2023-01-11 09:32:08 +00:00

8 lines
155 B
Rust

// edition:2018
// check-pass
#![feature(rust_2018_preview)]
//~^ WARN the feature `rust_2018_preview` is included in the Rust 2018 edition
fn main() {}