]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-47094.stderr
Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrz
[rust.git] / src / test / ui / issues / issue-47094.stderr
1 warning[E0566]: conflicting representation hints
2   --> $DIR/issue-47094.rs:13:8
3    |
4 LL | #[repr(C,u8)]
5    |        ^ ^^
6
7 warning[E0566]: conflicting representation hints
8   --> $DIR/issue-47094.rs:19:8
9    |
10 LL | #[repr(C)]
11    |        ^
12 LL | #[repr(u8)]
13    |        ^^
14