rust/tests/ui/parser/misspelled-keywords/while-loop.rs

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

6 lines
70 B
Rust
Raw Normal View History

2024-09-01 21:27:43 -05:00
fn main() {
whilee a < b {
//~^ ERROR expected one of
}
}