Skip to content

Commit 348584d

Browse files
rebase and update tests
1 parent 849eb4b commit 348584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/async-await/issue-64130-4-async-move.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ impl Client {
1313
async fn get() {}
1414

1515
pub fn foo() -> impl Future + Send {
16+
//~^ ERROR future cannot be sent between threads safely
1617
async {
17-
//~^ ERROR future cannot be sent between threads safely
1818
match Client(Box::new(true)).status() {
1919
200 => {
2020
let _x = get().await;

0 commit comments

Comments
 (0)