blob: d800890bca38d18295bfd6cef55ff27f4c1029c6 [file] [log] [blame]
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