blob: 1e45045adece8d2b74ce6a7942e90158ac3aa3fb [file] [log] [blame]
error: expected `{`, found `}`
--> $DIR/if-without-block.rs:7:1
|
LL | if 5 == {
| -- this `if` statement has a condition, but no block
...
LL | }
| ^ expected `{`
error: aborting due to previous error