summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0396-fixed.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0396-fixed.stderr')
-rw-r--r--tests/ui/error-codes/E0396-fixed.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0396-fixed.stderr b/tests/ui/error-codes/E0396-fixed.stderr
index e77b2ce9a..2f8ea7993 100644
--- a/tests/ui/error-codes/E0396-fixed.stderr
+++ b/tests/ui/error-codes/E0396-fixed.stderr
@@ -4,6 +4,6 @@ error[E0080]: evaluation of constant value failed
LL | const VALUE: u8 = unsafe { *REG_ADDR };
| ^^^^^^^^^ memory access failed: 0x5f3759df[noalloc] is a dangling pointer (it has no provenance)
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.