summaryrefslogtreecommitdiffstats
path: root/tests/ui/simd/type-generic-monomorphisation-wide-ptr.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/simd/type-generic-monomorphisation-wide-ptr.stderr')
-rw-r--r--tests/ui/simd/type-generic-monomorphisation-wide-ptr.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/simd/type-generic-monomorphisation-wide-ptr.stderr b/tests/ui/simd/type-generic-monomorphisation-wide-ptr.stderr
new file mode 100644
index 000000000..3888e7a0f
--- /dev/null
+++ b/tests/ui/simd/type-generic-monomorphisation-wide-ptr.stderr
@@ -0,0 +1,4 @@
+error: monomorphising SIMD type `S<[*mut [u8]; 4]>` with a non-primitive-scalar (integer/float/pointer) element type `*mut [u8]`
+
+error: aborting due to previous error
+