summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/issue-17458.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/issue-17458.stderr')
-rw-r--r--tests/ui/consts/issue-17458.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/issue-17458.stderr b/tests/ui/consts/issue-17458.stderr
index 8936c8d84..766657d12 100644
--- a/tests/ui/consts/issue-17458.stderr
+++ b/tests/ui/consts/issue-17458.stderr
@@ -7,5 +7,5 @@ LL | static X: usize = unsafe { core::ptr::null::<usize>() as usize };
= note: at compile-time, pointers do not have an integer value
= note: avoiding this restriction via `transmute`, `union`, or raw pointers leads to compile-time undefined behavior
-error: aborting due to previous error
+error: aborting due to 1 previous error