blob: 739f0612366979ad01ce43390525e15644cc2edd [file] [log] [blame]
error: missing condition for `if` statemement
--> $DIR/issue-13483.rs:3:14
|
LL | } else if {
| ^ expected if condition here
error: missing condition for `if` statemement
--> $DIR/issue-13483.rs:10:14
|
LL | } else if {
| ^ expected if condition here
error: aborting due to 2 previous errors