2018-08-03 21:12:57 +01:00
|
|
|
// compile-pass
|
|
|
|
|
2018-10-08 23:31:50 -07:00
|
|
|
// This is a stub feature that doesn't control anything, so to make tidy happy,
|
|
|
|
// gate-test-test_2018_feature
|
|
|
|
|
|
|
|
#![feature(test_2018_feature)]
|
|
|
|
//~^ WARN the feature `test_2018_feature` is included in the Rust 2018 edition
|
2018-08-16 02:06:26 +03:00
|
|
|
#![feature(rust_2018_preview)]
|
2018-08-02 17:31:54 +01:00
|
|
|
|
2018-08-09 21:51:12 +01:00
|
|
|
fn main() {}
|