]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/async-await/issue-64130-4-async-move.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / async-await / issue-64130-4-async-move.stderr
index fc231d394c11f6ddbb1b175991e64d4a588383ef..440ea0a38e6b902c440ce7ce2a32d24d3da42a04 100644 (file)
@@ -11,9 +11,9 @@ LL | |                 let _x = get().await;
 ...  |
 LL | |         }
 LL | |     }
-   | |_____- this returned value is of type `impl std::future::Future`
+   | |_____- this returned value is of type `impl Future`
    |
-   = help: the trait `std::marker::Sync` is not implemented for `(dyn std::any::Any + std::marker::Send + 'static)`
+   = help: the trait `Sync` is not implemented for `(dyn Any + Send + 'static)`
 note: future is not `Send` as this value is used across an await
   --> $DIR/issue-64130-4-async-move.rs:21:26
    |