]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-91421.stderr
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[rust.git] / src / test / ui / parser / issue-91421.stderr
1 error: this `if` expression is missing a block after the condition
2   --> $DIR/issue-91421.rs:4:17
3    |
4 LL |     let value = if true && {
5    |                 ^^
6    |
7 help: this binary operation is possibly unfinished
8   --> $DIR/issue-91421.rs:4:20
9    |
10 LL |     let value = if true && {
11    |                    ^^^^^^^
12
13 error: aborting due to previous error
14