summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-16256.stderr
blob: ca8e9a1bed3374d3d4db50e4ce176d12a61df5ce (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: unused closure that must be used
  --> $DIR/issue-16256.rs:6:5
   |
LL |     |c: u8| buf.push(c);
   |     ^^^^^^^^^^^^^^^^^^^^
   |
   = note: closures are lazy and do nothing unless called
   = note: `#[warn(unused_must_use)]` on by default

warning: 1 warning emitted