rust/src/test/ui/parser/issues/issue-33262.stderr
Badel2 8c8914ecab Move parser tests to parser/issues subdirectory
Because the parser directory has already reached the 1000 file limit.
2021-11-20 14:52:21 +01:00

8 lines
180 B
Text

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