summaryrefslogtreecommitdiffstats
path: root/src/test/ui/editions/edition-feature-redundant.rs
blob: 1049a2da8fd1c96fb0d80707885630ff7b59c97f (plain)
1
2
3
4
5
6
7
// edition:2018
// check-pass

#![feature(rust_2018_preview)]
//~^ WARN the feature `rust_2018_preview` is included in the Rust 2018 edition

fn main() {}