mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
miri: An error message got changed
This commit is contained in:
parent
325af25c94
commit
d93d2f146d
@ -1,8 +1,8 @@
|
||||
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
|
||||
--> tests/fail/type-too-large.rs:LL:CC
|
||||
|
|
||||
LL | _fat = [0; (1u64 << 61) as usize + (1u64 << 31) as usize];
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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
|
||||
|
|
||||
= note: BACKTRACE:
|
||||
= note: inside `main` at tests/fail/type-too-large.rs:LL:CC
|
||||
|
Loading…
Reference in New Issue
Block a user