blob: 87621cc01b1b92d30832d2a1c9472f071b4505fb [file] [log] [blame]
error: field is never read: `c`
--> $DIR/union-fields-1.rs:6:5
|
LL | c: u8,
| ^^^^^
|
note: the lint level is defined here
--> $DIR/union-fields-1.rs:1:9
|
LL | #![deny(dead_code)]
| ^^^^^^^^^
error: field is never read: `a`
--> $DIR/union-fields-1.rs:9:5
|
LL | a: u8,
| ^^^^^
error: field is never read: `a`
--> $DIR/union-fields-1.rs:13:20
|
LL | union NoDropLike { a: u8 }
| ^^^^^
error: field is never read: `c`
--> $DIR/union-fields-1.rs:18:5
|
LL | c: u8,
| ^^^^^
error: aborting due to 4 previous errors