Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
editions
/
edition-feature-redundant.rs
blob: 1049a2da8fd1c96fb0d80707885630ff7b59c97f [
file
] [
log
] [
blame
]
// edition:2018
// check-pass
#![
feature
(
rust_2018_preview
)]
//~^ WARN the feature `rust_2018_preview` is included in the Rust 2018 edition
fn
main
()
{}