about summary refs log tree commit diff
path: root/tests/ui/limits/issue-15919-64.no-debuginfo.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/limits/issue-15919-64.no-debuginfo.stderr')
-rw-r--r--tests/ui/limits/issue-15919-64.no-debuginfo.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/limits/issue-15919-64.no-debuginfo.stderr b/tests/ui/limits/issue-15919-64.no-debuginfo.stderr
new file mode 100644
index 00000000000..54434675d25
--- /dev/null
+++ b/tests/ui/limits/issue-15919-64.no-debuginfo.stderr
@@ -0,0 +1,8 @@
+error: values of the type `[usize; usize::MAX]` are too big for the target architecture
+  --> $DIR/issue-15919-64.rs:10:9
+   |
+LL |     let x = [0usize; 0xffff_ffff_ffff_ffff];
+   |         ^
+
+error: aborting due to 1 previous error
+