8 lines
155 B
Rust
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() {}
|