about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/run-pass/issues/issue-39720.stderr16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/ui/run-pass/issues/issue-39720.stderr b/src/test/ui/run-pass/issues/issue-39720.stderr
new file mode 100644
index 00000000000..7b717d86335
--- /dev/null
+++ b/src/test/ui/run-pass/issues/issue-39720.stderr
@@ -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)]
+   |        ^^^^
+