rust/tests/ui/parser/misspelled-keywords/async-move.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
82 B
Rust
Raw Normal View History

2024-09-01 21:27:43 -05:00
//@ edition: 2018
fn main() {
async Move {}
//~^ ERROR expected one of
}