]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hello.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / test / ui / hello.rs
1 // run-pass
2 // revisions: e2015 e2018 e2021 e2024
3
4 //[e2018] edition:2018
5 //[e2021] edition:2021
6 //[e2024] edition:2024
7
8 //[e2024] compile-flags: -Zunstable-options
9
10 fn main() {
11     println!("hello");
12 }