summaryrefslogtreecommitdiffstats
path: root/tests/ui/async-await/dont-suggest-await-on-method-return-mismatch.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/dont-suggest-await-on-method-return-mismatch.stderr')
-rw-r--r--tests/ui/async-await/dont-suggest-await-on-method-return-mismatch.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/dont-suggest-await-on-method-return-mismatch.stderr b/tests/ui/async-await/dont-suggest-await-on-method-return-mismatch.stderr
index e65d9d0e5..1faaf4ddc 100644
--- a/tests/ui/async-await/dont-suggest-await-on-method-return-mismatch.stderr
+++ b/tests/ui/async-await/dont-suggest-await-on-method-return-mismatch.stderr
@@ -4,6 +4,6 @@ error[E0599]: no method named `test` found for opaque type `impl Future<Output =
LL | let x: u32 = foo().test();
| ^^^^ method not found in `impl Future<Output = A>`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0599`.