]> git.proxmox.com Git - rustc.git/blob - src/test/ui/union/union-lint-dead-code.mirunsafeck.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / union / union-lint-dead-code.mirunsafeck.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