blob: ac079b452c5eb4647b8be348617a7653dcf57e2a [file] [log] [blame]
error: expected `{`, found `in`
--> $DIR/issue-51602.rs:12:10
|
LL | if i in 1..10 {
| -- ^^ expected `{`
| |
| this `if` statement has a condition, but no block
error: aborting due to previous error