]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/dont-try-removing-the-field.stderr
Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett
[rust.git] / tests / ui / suggestions / dont-try-removing-the-field.stderr
1 warning: unused variable: `baz`
2   --> $DIR/dont-try-removing-the-field.rs:12:25
3    |
4 LL |     let Foo { foo, bar, baz } = x;
5    |                         ^^^ help: try ignoring the field: `baz: _`
6    |
7    = note: `#[warn(unused_variables)]` on by default
8
9 warning: 1 warning emitted
10