rust/src/test/ui/issues/issue-51602.stderr

11 lines
242 B
Plaintext
Raw Normal View History

error: expected `{`, found keyword `in`
2018-08-14 14:05:27 -05:00
--> $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