We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849eb4b commit 348584dCopy full SHA for 348584d
src/test/ui/async-await/issue-64130-4-async-move.rs
@@ -13,8 +13,8 @@ impl Client {
13
async fn get() {}
14
15
pub fn foo() -> impl Future + Send {
16
+ //~^ ERROR future cannot be sent between threads safely
17
async {
- //~^ ERROR future cannot be sent between threads safely
18
match Client(Box::new(true)).status() {
19
200 => {
20
let _x = get().await;
0 commit comments