summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const-suggest-feature.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/const-suggest-feature.stderr')
-rw-r--r--tests/ui/consts/const-suggest-feature.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/const-suggest-feature.stderr b/tests/ui/consts/const-suggest-feature.stderr
index 3bc1eacf3..d4a42a880 100644
--- a/tests/ui/consts/const-suggest-feature.stderr
+++ b/tests/ui/consts/const-suggest-feature.stderr
@@ -7,6 +7,6 @@ LL | *std::ptr::null_mut() = 0;
= note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
= help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0658`.