summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/issue-64130-3-other.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/issue-64130-3-other.stderr')
-rw-r--r--tests/ui/async-await/issue-64130-3-other.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/issue-64130-3-other.stderr b/tests/ui/async-await/issue-64130-3-other.stderr
index 4bbb7731b..3ac30bdc2 100644
--- a/tests/ui/async-await/issue-64130-3-other.stderr
+++ b/tests/ui/async-await/issue-64130-3-other.stderr
@@ -20,6 +20,6 @@ note: required by a bound in `is_qux`
LL | fn is_qux<T: Qux>(t: T) {}
| ^^^ required by this bound in `is_qux`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.