]> git.proxmox.com Git - rustc.git/blame - src/test/ui/expr/if/if-without-block.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / expr / if / if-without-block.stderr
CommitLineData
923072b8
FG
1error: this `if` expression is missing a block after the condition
2 --> $DIR/if-without-block.rs:3:5
0531ce1d
XL
3 |
4LL | if 5 == {
923072b8 5 | ^^
f9f354fc 6 |
923072b8
FG
7help: this binary operation is possibly unfinished
8 --> $DIR/if-without-block.rs:3:8
a2a8927a
XL
9 |
10LL | if 5 == {
923072b8 11 | ^^^^
0531ce1d
XL
12
13error: aborting due to previous error
14