blob: bc8e7310ce37198eed4f852a03ef3ede5d01c3dc [file] [log] [blame]
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