rust/tests/ui/parser/issues/issue-33262.stderr

9 lines
180 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected type, found `{`
--> $DIR/issue-33262.rs:4:22
2018-10-20 15:36:17 -05:00
|
LL | for i in 0..a as { }
| ^ expected type
2018-10-20 15:36:17 -05:00
error: aborting due to previous error