2022-05-27 23:58:48 -05:00
|
|
|
error: this `if` expression is missing a block after the condition
|
2021-12-01 15:36:50 -06:00
|
|
|
--> $DIR/issue-91421.rs:4:17
|
|
|
|
|
|
|
|
|
LL | let value = if true && {
|
|
|
|
| ^^
|
|
|
|
|
|
2022-05-27 23:58:48 -05:00
|
|
|
help: this binary operation is possibly unfinished
|
|
|
|
--> $DIR/issue-91421.rs:4:20
|
2021-12-01 15:36:50 -06:00
|
|
|
|
|
|
|
|
LL | let value = if true && {
|
2022-05-27 23:58:48 -05:00
|
|
|
| ^^^^^^^
|
2021-12-01 15:36:50 -06:00
|
|
|
|
2022-05-27 23:58:48 -05:00
|
|
|
error: aborting due to previous error
|
2021-12-01 15:36:50 -06:00
|
|
|
|