2020-04-19 19:27:28 -05:00
|
|
|
// check-pass
|
2018-08-03 15:12:57 -05:00
|
|
|
|
2018-10-09 01:31:50 -05: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-15 18:06:26 -05:00
|
|
|
#![feature(rust_2018_preview)]
|
2018-08-02 11:31:54 -05:00
|
|
|
|
2018-08-09 15:51:12 -05:00
|
|
|
fn main() {}
|