2019-08-13 17:09:11 -05:00
|
|
|
error: missing condition for `if` expression
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-13483.rs:3:14
|
2017-08-13 16:50:27 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | } else if {
|
2022-05-27 23:58:48 -05:00
|
|
|
| ^- if this block is the condition of the `if` expression, then it must be followed by another block
|
|
|
|
| |
|
|
|
|
| expected condition here
|
2017-08-13 16:50:27 -05:00
|
|
|
|
2019-08-13 17:09:11 -05:00
|
|
|
error: missing condition for `if` expression
|
2019-12-06 16:23:30 -06:00
|
|
|
--> $DIR/issue-13483.rs:11:14
|
2017-08-17 18:51:52 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | } else if {
|
2022-05-27 23:58:48 -05:00
|
|
|
| ^- if this block is the condition of the `if` expression, then it must be followed by another block
|
|
|
|
| |
|
|
|
|
| expected condition here
|
2017-08-17 18:51:52 -05:00
|
|
|
|
2022-05-27 23:58:48 -05:00
|
|
|
error: aborting due to 2 previous errors
|
2017-08-13 16:50:27 -05:00
|
|
|
|