blob: 16bcec0c7bb3a9c06e0eb7dc5c1155abee2c1d6f [file] [log] [blame]
warning[E0566]: conflicting representation hints
--> $DIR/issue-47094.rs:3:8
|
LL | #[repr(C,u8)]
| ^ ^^
warning[E0566]: conflicting representation hints
--> $DIR/issue-47094.rs:9:8
|
LL | #[repr(C)]
| ^
LL | #[repr(u8)]
| ^^