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