]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-33262.rs
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / parser / issues / issue-33262.rs
1 // Issue #33262
2
3 pub fn main() {
4     for i in 0..a as { }
5     //~^ ERROR expected type, found `{`
6 }