]> git.lizzy.rs Git - rust.git/blob - src/test/ui/union/union-lint-dead-code.thirunsafeck.stderr
Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot
[rust.git] / src / test / ui / union / union-lint-dead-code.thirunsafeck.stderr
1 error: field is never read: `b`
2   --> $DIR/union-lint-dead-code.rs:8:5
3    |
4 LL |     b: bool,
5    |     ^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/union-lint-dead-code.rs:4:9
9    |
10 LL | #![deny(dead_code)]
11    |         ^^^^^^^^^
12
13 error: aborting due to previous error
14