summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/no-params-non-move-async-closure.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/no-params-non-move-async-closure.stderr')
-rw-r--r--tests/ui/async-await/no-params-non-move-async-closure.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/no-params-non-move-async-closure.stderr b/tests/ui/async-await/no-params-non-move-async-closure.stderr
index 1f589c516..d26595536 100644
--- a/tests/ui/async-await/no-params-non-move-async-closure.stderr
+++ b/tests/ui/async-await/no-params-non-move-async-closure.stderr
@@ -6,6 +6,6 @@ LL | let _ = async |x: u8| {};
|
= help: consider using `let` statements to manually capture variables by reference before entering an `async move` closure
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0708`.