rust/src/test/ui/parser/issues/issue-51602.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

11 lines
242 B
Plaintext

error: expected `{`, found keyword `in`
--> $DIR/issue-51602.rs:2:10
|
LL | if i in 1..10 {
| -- ^^ expected `{`
| |
| this `if` expression has a condition, but no block
error: aborting due to previous error