about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/async-move.rs
blob: 702a905e918c3c98619b8ff0f660f395a2b9408a (plain)
1
2
3
4
5
6
//@ edition: 2018

fn main() {
    async Move {}
    //~^ ERROR expected one of
}