rust/tests/ui/issues/issue-16256.stderr

12 lines
280 B
Plaintext
Raw Normal View History

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
2022-09-18 19:55:36 +04:00
= note: `#[warn(unused_must_use)]` on by default
warning: 1 warning emitted