1 2 3 4 5 6
//@ edition: 2015 fn main() { async move {}; //~^ ERROR `async move` blocks are only allowed in Rust 2018 or later }