summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/issue-112505-overflow.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/issue-112505-overflow.stderr')
-rw-r--r--tests/ui/const-generics/issue-112505-overflow.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/issue-112505-overflow.stderr b/tests/ui/const-generics/issue-112505-overflow.stderr
index bd8a4feef..0bd3f6edd 100644
--- a/tests/ui/const-generics/issue-112505-overflow.stderr
+++ b/tests/ui/const-generics/issue-112505-overflow.stderr
@@ -7,6 +7,6 @@ LL | unsafe { std::mem::transmute(v) }
= note: source type: `[[[u32; 8888888]; 9999999]; 777777777]` (values of the type `[[u32; 8888888]; 9999999]` are too big for the current architecture)
= note: target type: `[[[u32; 9999999]; 777777777]; 239]` (values of the type `[[u32; 9999999]; 777777777]` are too big for the current architecture)
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0512`.