]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/issues/issue-13483.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / parser / issues / issue-13483.stderr
CommitLineData
e1599b0c 1error: missing condition for `if` expression
0731742a 2 --> $DIR/issue-13483.rs:3:14
3b2f2976 3 |
532ac7d7 4LL | } else if {
923072b8
FG
5 | ^- if this block is the condition of the `if` expression, then it must be followed by another block
6 | |
7 | expected condition here
3b2f2976 8
e1599b0c 9error: missing condition for `if` expression
dfeec247 10 --> $DIR/issue-13483.rs:11:14
3b2f2976 11 |
532ac7d7 12LL | } else if {
923072b8
FG
13 | ^- if this block is the condition of the `if` expression, then it must be followed by another block
14 | |
15 | expected condition here
3b2f2976 16
923072b8 17error: aborting due to 2 previous errors
3b2f2976 18