1
Fork 0

Add .stderr file for test where there are conflicting repr hints.

See rust-lang/rust#53857.
This commit is contained in:
Felix S. Klock II 2018-08-31 15:41:48 +02:00
parent d18b3bf104
commit 175d7f4e48

View file

@ -0,0 +1,16 @@
warning[E0566]: conflicting representation hints
--> $DIR/issue-39720.rs:18:8
|
LL | #[repr(C)]
| ^
LL | #[repr(simd)]
| ^^^^
warning[E0566]: conflicting representation hints
--> $DIR/issue-39720.rs:23:8
|
LL | #[repr(C)]
| ^
LL | #[repr(simd)]
| ^^^^