blob: 1243ef8b1802b3e460755a86334718f788c43891 [file] [log] [blame]
error: `async move` blocks are only allowed in Rust 2018 or later
--> $DIR/issue-114219.rs:4:5
|
LL | async move {};
| ^^^^^^^^^^
error: aborting due to 1 previous error