about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2024-09-20 08:41:31 -0700
committerJubilee Young <workingjubilee@gmail.com>2024-09-20 10:02:14 -0700
commitd93d2f146d2209b826e3f4c125a2f53c09cd8475 (patch)
tree3958a7ca678efcf9f6b669633f665b8d5f09e1cb
parent325af25c9441ecffd0fc2fb7d5f324fe6224fe7c (diff)
downloadrust-d93d2f146d2209b826e3f4c125a2f53c09cd8475.tar.gz
rust-d93d2f146d2209b826e3f4c125a2f53c09cd8475.zip
miri: An error message got changed
-rw-r--r--src/tools/miri/tests/fail/type-too-large.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/tests/fail/type-too-large.stderr b/src/tools/miri/tests/fail/type-too-large.stderr
index 15ad8f1764d..cd27b246389 100644
--- a/src/tools/miri/tests/fail/type-too-large.stderr
+++ b/src/tools/miri/tests/fail/type-too-large.stderr
@@ -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