blob: 8d6851640f9c64d09d8fa81aec919f2c0dfa0468 [file] [log] [blame]
warning: unused closure that must be used
--> $DIR/issue-1460.rs:5:6
|
LL | {|i: u32| if 1 == i { }};
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: closures are lazy and do nothing unless called
= note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
warning: 1 warning emitted