blob: a00b9fbac8edbadc0223f5c920c35e221813c862 [file] [log] [blame]
warning: unused closure that must be used
--> $DIR/unused-closure-ice-16256.rs:7:5
|
LL | |c: u8| buf.push(c);
| ^^^^^^^^^^^^^^^^^^^
|
= 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