2018-02-18 16:59:33 -08:00
|
|
|
error: expected `{`, found `}`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/if-without-block.rs:7:1
|
2018-02-18 16:59:33 -08:00
|
|
|
|
|
2018-02-28 10:56:07 -08:00
|
|
|
LL | if 5 == {
|
2019-12-06 23:23:30 +01:00
|
|
|
| -- this `if` expression has a condition, but no block
|
2018-02-18 16:59:33 -08:00
|
|
|
...
|
2018-02-28 10:56:07 -08:00
|
|
|
LL | }
|
2018-10-28 16:05:07 -07:00
|
|
|
| ^ expected `{`
|
2020-04-22 11:57:40 -04:00
|
|
|
|
|
|
|
|
= help: maybe you forgot the right operand of the condition?
|
2018-02-18 16:59:33 -08:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|