2019-08-13 15:09:11 -07:00
|
|
|
error: missing condition for `if` expression
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/issue-13483.rs:3:14
|
2017-08-13 14:50:27 -07:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | } else if {
|
2022-05-27 21:58:48 -07: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 14:50:27 -07:00
|
|
|
|
2019-08-13 15:09:11 -07:00
|
|
|
error: missing condition for `if` expression
|
2019-12-06 23:23:30 +01:00
|
|
|
--> $DIR/issue-13483.rs:11:14
|
2017-08-17 16:51:52 -07:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | } else if {
|
2022-05-27 21:58:48 -07: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 16:51:52 -07:00
|
|
|
|
2022-05-27 21:58:48 -07:00
|
|
|
error: aborting due to 2 previous errors
|
2017-08-13 14:50:27 -07:00
|
|
|
|