]> git.lizzy.rs Git - rust.git/blob - tests/ui/closures/2229_closure_analysis/issue-87987.stderr
Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm
[rust.git] / tests / ui / closures / 2229_closure_analysis / issue-87987.stderr
1 warning: fields `field_1` and `field_2` are never read
2   --> $DIR/issue-87987.rs:5:5
3    |
4 LL | struct Props {
5    |        ----- fields in this struct
6 LL |     field_1: u32,
7    |     ^^^^^^^
8 LL |     field_2: u32,
9    |     ^^^^^^^
10    |
11    = note: `#[warn(dead_code)]` on by default
12
13 warning: 1 warning emitted
14