blob: afcb8b8da17b602cbe450d164fde1ad1b1f49dcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: missing condition for `if` statemement
--> $DIR/issue-13483.rs:13:14
|
LL | } else if { //~ ERROR missing condition
| ^ expected if condition here
error: missing condition for `if` statemement
--> $DIR/issue-13483.rs:20:14
|
LL | } else if { //~ ERROR missing condition
| ^ expected if condition here
error: aborting due to 2 previous errors
|