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