summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/clone-suggestion.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/clone-suggestion.stderr')
-rw-r--r--tests/ui/async-await/clone-suggestion.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/clone-suggestion.stderr b/tests/ui/async-await/clone-suggestion.stderr
index b5c8ef699..3374068ed 100644
--- a/tests/ui/async-await/clone-suggestion.stderr
+++ b/tests/ui/async-await/clone-suggestion.stderr
@@ -15,6 +15,6 @@ help: you can `clone` the value and consume it, but this might not be your desir
LL | f.clone().await;
| ++++++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0382`.