blob: bc8e7310ce37198eed4f852a03ef3ede5d01c3dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|