2019-12-31 14:25:16 -06:00
|
|
|
error[E0566]: conflicting representation hints
|
|
|
|
--> $DIR/issue-47094.rs:1:8
|
2018-01-01 14:42:12 -06:00
|
|
|
|
|
2019-12-31 14:25:16 -06:00
|
|
|
LL | #[repr(C, u8)]
|
|
|
|
| ^ ^^
|
2018-01-01 14:42:12 -06:00
|
|
|
|
2019-12-31 14:25:16 -06:00
|
|
|
error[E0566]: conflicting representation hints
|
|
|
|
--> $DIR/issue-47094.rs:7: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
|
|
|
| ^^
|
|
|
|
|
2019-12-31 14:25:16 -06:00
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0566`.
|