summaryrefslogtreecommitdiffstats
path: root/tests/ui/unop-neg-bool.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/unop-neg-bool.stderr')
-rw-r--r--tests/ui/unop-neg-bool.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/unop-neg-bool.stderr b/tests/ui/unop-neg-bool.stderr
index 9913747b8..9bc5e7dcf 100644
--- a/tests/ui/unop-neg-bool.stderr
+++ b/tests/ui/unop-neg-bool.stderr
@@ -4,6 +4,6 @@ error[E0600]: cannot apply unary operator `-` to type `bool`
LL | -true;
| ^^^^^ cannot apply unary operator `-`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0600`.