about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/while-without-identifiers.rs
blob: 203db8306af9cce2774387fb1de107eee1b09f0f (plain)
1
2
3
4
fn main() {
    whilee 2 > 1 {}
    //~^ ERROR expected one of
}