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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
242 B
Plaintext
Raw Normal View History

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