Skip to content

Commit e8733f7

Browse files
committed
Add warning annotations for issue-47094 test
1 parent 0501d8a commit e8733f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/issues/issue-47094.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// check-pass
22

3-
#[repr(C,u8)]
3+
#[repr(C,u8)] //~ WARNING conflicting representation hints
44
enum Foo {
55
A,
66
B,
77
}
88

9-
#[repr(C)]
9+
#[repr(C)] //~ WARNING conflicting representation hints
1010
#[repr(u8)]
1111
enum Bar {
1212
A,

0 commit comments

Comments
 (0)