blob: 24b35a2ab31672426a4ea1fddb2a2c3cd122a5ba [file] [log] [blame] [edit]
warning: unreachable block in `if` or `while` expression
--> $DIR/protect-precedences.rs:13:41
|
LL | if let _ = return true && false {};
| -------------------- ^^ unreachable block in `if` or `while` expression
| |
| any code following this expression is unreachable
|
= note: `#[warn(unreachable_code)]` on by default
warning: 1 warning emitted