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

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

5 lines
68 B
Rust
Raw Normal View History

2024-09-01 21:27:43 -05:00
fn main() {
form i in 1..10 {}
//~^ ERROR expected one of
}