2018-02-18 16:59:33 -08:00
|
|
|
error: expected `{`, found `}`
|
|
|
|
--> $DIR/if-without-block.rs:17:1
|
|
|
|
|
|
2018-02-28 10:56:07 -08:00
|
|
|
LL | if 5 == {
|
2018-02-18 16:59:33 -08:00
|
|
|
| -- this `if` statement has a condition, but no block
|
|
|
|
...
|
2018-02-28 10:56:07 -08:00
|
|
|
LL | }
|
2018-10-28 16:05:07 -07:00
|
|
|
| ^ expected `{`
|
2018-02-18 16:59:33 -08:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|