mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
13 lines
209 B
Rust
13 lines
209 B
Rust
//@ run-pass
|
|
//@ revisions: e2015 e2018 e2021 e2024
|
|
|
|
//@[e2018] edition:2018
|
|
//@[e2021] edition:2021
|
|
//@[e2024] edition:2024
|
|
|
|
//@[e2024] compile-flags: -Zunstable-options
|
|
|
|
fn main() {
|
|
println!("hello");
|
|
}
|