summaryrefslogtreecommitdiffstats
path: root/tests/ui/try-block/try-block-in-while.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/try-block/try-block-in-while.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/try-block/try-block-in-while.stderr b/tests/ui/try-block/try-block-in-while.stderr
index 62cc26dd4..2760e9301 100644
--- a/tests/ui/try-block/try-block-in-while.stderr
+++ b/tests/ui/try-block/try-block-in-while.stderr
@@ -6,6 +6,6 @@ LL | while try { false } {}
|
= help: the trait `Try` is not implemented for `bool`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.