summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/feature-async-closure.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/feature-async-closure.stderr')
-rw-r--r--tests/ui/async-await/feature-async-closure.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/feature-async-closure.stderr b/tests/ui/async-await/feature-async-closure.stderr
index 485a838b6..c69a0dd9e 100644
--- a/tests/ui/async-await/feature-async-closure.stderr
+++ b/tests/ui/async-await/feature-async-closure.stderr
@@ -8,6 +8,6 @@ LL | let _ = async || {};
= help: add `#![feature(async_closure)]` to the crate attributes to enable
= help: to use an async block, remove the `||`: `async {`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0658`.