summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/rustc-private.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/feature-gates/rustc-private.stderr')
-rw-r--r--tests/ui/feature-gates/rustc-private.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/feature-gates/rustc-private.stderr b/tests/ui/feature-gates/rustc-private.stderr
index 1a8536d37..7419af80a 100644
--- a/tests/ui/feature-gates/rustc-private.stderr
+++ b/tests/ui/feature-gates/rustc-private.stderr
@@ -7,6 +7,6 @@ LL | extern crate libc;
= note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
= help: add `#![feature(rustc_private)]` 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`.