rust/tests/ui/parser/misspelled-keywords/while-without-identifiers.rs

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

5 lines
65 B
Rust
Raw Normal View History

2024-09-01 22:27:43 -04:00
fn main() {
whilee 2 > 1 {}
//~^ ERROR expected one of
}