blob: a0dcc84eef8fa2521407e593fd68b46cc06f63b1 (
plain)
1
2
3
4
5
6
7
8
|
error: `async move` blocks are only allowed in Rust 2018 or later
--> $DIR/edition-gated-async-move-syntax-issue89699.rs:10:1
|
LL | fn foo() {}
| ^^
error: aborting due to previous error
|