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-02 02:27:43 +00:00
//@ edition: 2018
fn main() {
async Move {}
//~^ ERROR expected one of
}