rust/tests/ui/closures/2229_closure_analysis/issue-87987.stderr

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

15 lines
310 B
Plaintext
Raw Normal View History

warning: fields `field_1` and `field_2` are never read
--> $DIR/issue-87987.rs:5:5
|
LL | struct Props {
| ----- fields in this struct
LL | field_1: u32,
2022-06-22 13:33:59 -05:00
| ^^^^^^^
LL | field_2: u32,
2022-06-22 13:33:59 -05:00
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 1 warning emitted