about summary refs log tree commit diff
path: root/tests/ui/async-await/partial-drop-partial-reinit.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/async-await/partial-drop-partial-reinit.stderr')
-rw-r--r--tests/ui/async-await/partial-drop-partial-reinit.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/async-await/partial-drop-partial-reinit.stderr b/tests/ui/async-await/partial-drop-partial-reinit.stderr
index 85e1830c78e..d115c1b1cc4 100644
--- a/tests/ui/async-await/partial-drop-partial-reinit.stderr
+++ b/tests/ui/async-await/partial-drop-partial-reinit.stderr
@@ -7,7 +7,7 @@ LL |     gimme_send(foo());
    |     required by a bound introduced by this call
 ...
 LL | async fn foo() {
-   |                - within this `impl Future<Output = ()>`
+   | -------------- within this `impl Future<Output = ()>`
    |
    = help: within `impl Future<Output = ()>`, the trait `Send` is not implemented for `NotSend`
    = note: required because it appears within the type `(NotSend,)`