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