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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
288 B
Plaintext
Raw Normal View History

warning: unused closure that must be used
--> $DIR/issue-1460.rs:6:6
|
LL | {|i: u32| if 1 == i { }};
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: closures are lazy and do nothing unless called
2022-09-18 15:55:36 +00:00
= note: `#[warn(unused_must_use)]` on by default
warning: 1 warning emitted