]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/issue-70935-complex-spans.drop_tracking.stderr
Auto merge of #101514 - nvzqz:nvzqz/stabilize-nonzero-bits, r=thomcc
[rust.git] / src / test / ui / async-await / issue-70935-complex-spans.drop_tracking.stderr
index 7fb8811666536239d45507cee227e3f1857bc4d0..721234aa4a782875a2e90e32d4c2f5bea168c7f0 100644 (file)
@@ -20,10 +20,9 @@ LL | | }
    | |_^
    = note: required because it captures the following types: `ResumeTy`, `impl Future<Output = ()>`, `()`
 note: required because it's used within this `async` block
-  --> $DIR/issue-70935-complex-spans.rs:16:16
+  --> $DIR/issue-70935-complex-spans.rs:16:5
    |
-LL |       async move {
-   |  ________________^
+LL | /     async move {
 LL | |         baz(|| async{
 LL | |             foo(tx.clone());
 LL | |         }).await;