mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-27 18:56:24 +00:00

Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
warning: unused closure that must be used
|
|
--> $DIR/issue-1460.rs:5:6
|
|
|
|
|
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
|
|
|