]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-33262.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / issue-33262.stderr
1 error: expected type, found `{`
2   --> $DIR/issue-33262.rs:4:22
3    |
4 LL |     for i in 0..a as { }
5    |                      ^ expected type
6
7 error: aborting due to previous error
8