summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/issue-66387-if-without-else.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/issue-66387-if-without-else.stderr')
-rw-r--r--tests/ui/async-await/issue-66387-if-without-else.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/issue-66387-if-without-else.stderr b/tests/ui/async-await/issue-66387-if-without-else.stderr
index 8155fcb56..17f9b88c6 100644
--- a/tests/ui/async-await/issue-66387-if-without-else.stderr
+++ b/tests/ui/async-await/issue-66387-if-without-else.stderr
@@ -9,6 +9,6 @@ LL | | }
= note: `if` expressions without `else` evaluate to `()`
= help: consider adding an `else` block that evaluates to the expected type
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0317`.