Skip to content

Commit deb28c2

Browse files
committed
Add .stderr file for test where there are conflicting repr hints.
See rust-lang#53857.
1 parent da2f1ca commit deb28c2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
warning[E0566]: conflicting representation hints
2+
--> $DIR/issue-39720.rs:18:8
3+
|
4+
LL | #[repr(C)]
5+
| ^
6+
LL | #[repr(simd)]
7+
| ^^^^
8+
9+
warning[E0566]: conflicting representation hints
10+
--> $DIR/issue-39720.rs:23:8
11+
|
12+
LL | #[repr(C)]
13+
| ^
14+
LL | #[repr(simd)]
15+
| ^^^^
16+

0 commit comments

Comments
 (0)