2018-01-01 14:42:12 -06:00
|
|
|
warning[E0566]: conflicting representation hints
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-47094.rs:3:8
|
2018-01-01 14:42:12 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #[repr(C,u8)]
|
2018-01-01 14:42:12 -06:00
|
|
|
| ^ ^^
|
|
|
|
|
|
|
|
warning[E0566]: conflicting representation hints
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-47094.rs:9:8
|
2018-01-01 14:42:12 -06:00
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #[repr(C)]
|
2018-01-01 14:42:12 -06:00
|
|
|
| ^
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | #[repr(u8)]
|
2018-01-01 14:42:12 -06:00
|
|
|
| ^^
|
|
|
|
|