We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c26da commit a3e661fCopy full SHA for a3e661f
src/tools/miri/tests/fail/type-too-large.stderr
@@ -1,8 +1,8 @@
1
-error: post-monomorphization error: values of the type `[u8; 2305843011361177600]` are too big for the current architecture
+error: post-monomorphization error: values of the type `[u8; 2305843011361177600]` are too big for the target architecture
2
--> tests/fail/type-too-large.rs:LL:CC
3
|
4
LL | _fat = [0; (1u64 << 61) as usize + (1u64 << 31) as usize];
5
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[u8; 2305843011361177600]` are too big for the current architecture
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ values of the type `[u8; 2305843011361177600]` are too big for the target architecture
6
7
= note: BACKTRACE:
8
= note: inside `main` at tests/fail/type-too-large.rs:LL:CC
0 commit comments