1 2 3 4 5 6 7
// run-pass // edition:2021 // compile-flags: -Zunstable-options fn main() { println!("hello, 2021"); }