summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/async-borrowck-escaping-closure-error.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-borrowck-escaping-closure-error.stderr')
-rw-r--r--tests/ui/async-await/async-borrowck-escaping-closure-error.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/async-borrowck-escaping-closure-error.stderr b/tests/ui/async-await/async-borrowck-escaping-closure-error.stderr
index 10691aad0..1d8d1c67b 100644
--- a/tests/ui/async-await/async-borrowck-escaping-closure-error.stderr
+++ b/tests/ui/async-await/async-borrowck-escaping-closure-error.stderr
@@ -16,6 +16,6 @@ help: to force the closure to take ownership of `x` (and any other referenced va
LL | Box::new((async move || x)())
| ++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0373`.