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