rust/tests/ui/parser/misspelled-keywords/while-without-identifiers.rs
2024-09-02 11:45:51 -04:00

5 lines
65 B
Rust

fn main() {
whilee 2 > 1 {}
//~^ ERROR expected one of
}