rust/src/test/ui/issue-47094.stderr
Vadim Petrochenkov fa2d9fc4b9 Update UI tests
2018-02-26 20:24:02 +03:00

15 lines
270 B
Plaintext

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)]
| ^^