error: expected `{`, found `}` --> $DIR/if-without-block.rs:17:1 | LL | if 5 == { | -- this `if` statement has a condition, but no block ... LL | } | ^ error: aborting due to previous error