41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
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 1 previous error
|
|
|