Files
rust/tests/ui/issues/issue-16256.stderr
许杰友 Jieyou Xu (Joe) 95ff642797 tests: remove //@ pretty-expanded usages
Done with

```bash
sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs
```

and

```
sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs
```
2024-11-26 02:50:48 +08:00

12 lines
280 B
Plaintext

warning: unused closure that must be used
--> $DIR/issue-16256.rs:5: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