summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/issues/issue-33262.rs
blob: 3a612f95c036d3a5e191026e0e5569ce544fd494 (plain)
1
2
3
4
5
6
// Issue #33262

pub fn main() {
    for i in 0..a as { }
    //~^ ERROR expected type, found `{`
}