1 2 3 4 5 6 7 8
error: `async move` blocks are only allowed in Rust 2018 or later --> $DIR/issue-114219.rs:2:5 | LL | async move {}; | ^^^^^^^^^^ error: aborting due to previous error