rust/src/test/ui/issues/issue-47094.stderr

15 lines
268 B
Plaintext
Raw Normal View History

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