summaryrefslogtreecommitdiff
path: root/tests/ui/binop/binop-mul-bool.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/binop/binop-mul-bool.stderr')
-rw-r--r--tests/ui/binop/binop-mul-bool.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/binop/binop-mul-bool.stderr b/tests/ui/binop/binop-mul-bool.stderr
index 8b5cde63c99..82d066f45a4 100644
--- a/tests/ui/binop/binop-mul-bool.stderr
+++ b/tests/ui/binop/binop-mul-bool.stderr
@@ -6,6 +6,6 @@ LL | fn main() { let x = true * false; }
| |
| bool
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0369`.