Skip to content

Commit

Permalink
Add .stderr file for test where there are conflicting repr hints.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Sep 6, 2018
1 parent d18b3bf commit 175d7f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/test/ui/run-pass/issues/issue-39720.stderr
Original file line number Diff line number Diff line change
@@ -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)]
| ^^^^

0 comments on commit 175d7f4

Please sign in to comment.