summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/unresolved_type_param.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/unresolved_type_param.stderr')
-rw-r--r--tests/ui/async-await/unresolved_type_param.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/unresolved_type_param.stderr b/tests/ui/async-await/unresolved_type_param.stderr
index 45aa76606..b9fb98320 100644
--- a/tests/ui/async-await/unresolved_type_param.stderr
+++ b/tests/ui/async-await/unresolved_type_param.stderr
@@ -9,6 +9,6 @@ help: consider specifying the generic argument
LL | bar::<T>().await;
| +++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0282`.