about summary refs log tree commit diff
path: root/tests/ui/consts/issue-miri-1910.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/issue-miri-1910.stderr')
-rw-r--r--tests/ui/consts/issue-miri-1910.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/issue-miri-1910.stderr b/tests/ui/consts/issue-miri-1910.stderr
index af0f77c6767..7ad53800ad7 100644
--- a/tests/ui/consts/issue-miri-1910.stderr
+++ b/tests/ui/consts/issue-miri-1910.stderr
@@ -15,6 +15,6 @@ LL |     (&foo as *const _ as *const u8).add(one_and_a_half_pointers).read();
    = help: this code performed an operation that depends on the underlying bytes representing a pointer
    = help: the absolute address of a pointer is not known at compile-time, so such operations are not supported
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0080`.