summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-1460.stderr
blob: eb7661fad56db57b7c2bd7cad4053a005f8d6e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: unused closure that must be used
  --> $DIR/issue-1460.rs:6:5
   |
LL |     {|i: u32| if 1 == i { }};
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: closures are lazy and do nothing unless called
   = note: `#[warn(unused_must_use)]` on by default

warning: 1 warning emitted