summaryrefslogtreecommitdiff
path: root/tests/ui/async-await/async-error-span.drop_tracking.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/async-error-span.drop_tracking.stderr')
-rw-r--r--tests/ui/async-await/async-error-span.drop_tracking.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/async-await/async-error-span.drop_tracking.stderr b/tests/ui/async-await/async-error-span.drop_tracking.stderr
index c6257cb324d..99a674a2684 100644
--- a/tests/ui/async-await/async-error-span.drop_tracking.stderr
+++ b/tests/ui/async-await/async-error-span.drop_tracking.stderr
@@ -14,10 +14,10 @@ LL | let a;
| ^ cannot infer type
|
note: the type is part of the `async fn` body because of this `await`
- --> $DIR/async-error-span.rs:19:17
+ --> $DIR/async-error-span.rs:19:18
|
LL | get_future().await;
- | ^^^^^^
+ | ^^^^^
error: aborting due to 2 previous errors