Skip to content

Commit

Permalink
rebase and update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dingxiangfei2009 committed Feb 12, 2022
1 parent 849eb4b commit 348584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/async-await/issue-64130-4-async-move.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ impl Client {
async fn get() {}

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

0 comments on commit 348584d

Please sign in to comment.