| error: expected `{`, found `}` | |
| --> $DIR/if-without-block.rs:7:1 | |
| | | |
| LL | if 5 == { | |
| | -- this `if` expression has a condition, but no block | |
| ... | |
| LL | } | |
| | ^ expected `{` | |
| | | |
| = help: maybe you forgot the right operand of the condition? | |
| error: aborting due to previous error | |