Add .stderr
file for test where there are conflicting repr hints.
See rust-lang/rust#53857.
This commit is contained in:
parent
d18b3bf104
commit
175d7f4e48
1 changed files with 16 additions and 0 deletions
16
src/test/ui/run-pass/issues/issue-39720.stderr
Normal file
16
src/test/ui/run-pass/issues/issue-39720.stderr
Normal 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)]
|
||||
| ^^^^
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue