rust/tests/ui/parser/issues/issue-114219.rs

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

5 lines
107 B
Rust
Raw Normal View History

fn main() {
async move {};
//~^ ERROR `async move` blocks are only allowed in Rust 2018 or later
}