about summary refs log tree commit diff
path: root/tests/ui/async-await/async-error-span.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-error-span.stderr')
-rw-r--r--tests/ui/async-await/async-error-span.stderr3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/async-await/async-error-span.stderr b/tests/ui/async-await/async-error-span.stderr
index 44f1583f4cc..37b5c329a7d 100644
--- a/tests/ui/async-await/async-error-span.stderr
+++ b/tests/ui/async-await/async-error-span.stderr
@@ -3,6 +3,9 @@ error[E0277]: `()` is not a future
    |
 LL | fn get_future() -> impl Future<Output = ()> {
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^ `()` is not a future
+LL |
+LL |     panic!()
+   |     -------- return type was inferred to be `_` here
    |
    = help: the trait `Future` is not implemented for `()`