]> git.lizzy.rs Git - rust.git/blob - src/test/ui/editions/edition-feature-ok.rs
Rollup merge of #103734 - Mark-Simulacrum:fix-version-stabilized, r=JohnTitor
[rust.git] / src / test / ui / editions / edition-feature-ok.rs
1 // check-pass
2
3 #![feature(rust_2018_preview)]
4
5 fn main() {}