]> git.lizzy.rs Git - rust.git/blob - tests/ui/hello.rs
Merge commit '1480cea393d0cee195e59949eabdfbcf1230f7f9' into clippyup
[rust.git] / tests / 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 }