blob: d50ee64cf52904b77522e592021e59d73e758044 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: expected `{`, found keyword `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
|