summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/unaligned_references_external_macro.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lint/unaligned_references_external_macro.stderr')
-rw-r--r--tests/ui/lint/unaligned_references_external_macro.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/lint/unaligned_references_external_macro.stderr b/tests/ui/lint/unaligned_references_external_macro.stderr
index 94a95c1d8..9945c78e8 100644
--- a/tests/ui/lint/unaligned_references_external_macro.stderr
+++ b/tests/ui/lint/unaligned_references_external_macro.stderr
@@ -14,6 +14,6 @@ LL | | }
= help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers)
= note: this error originates in the macro `unaligned_references_external_crate::mac` (in Nightly builds, run with -Z macro-backtrace for more info)
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0793`.