These tests specifically test 2015 edition behavior, so ensure that they can only be run with this edition
8 lines
188 B
Text
8 lines
188 B
Text
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
|
|
|