mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
9 lines
186 B
Plaintext
9 lines
186 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 previous error
|
|
|