2018-10-28 16:05:07 -07:00
|
|
|
error: expected `{`, found keyword `in`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/issue-51602.rs:2:10
|
2018-08-14 19:05:27 +00:00
|
|
|
|
|
|
|
|
|
LL | if i in 1..10 {
|
|
|
|
|
| -- ^^ expected `{`
|
|
|
|
|
| |
|
2019-12-06 23:23:30 +01:00
|
|
|
| this `if` expression has a condition, but no block
|
2018-08-14 19:05:27 +00:00
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|