Skip to content

Conversation

@chenyukang
Copy link
Member

@chenyukang chenyukang commented Nov 6, 2025

Fixes #148493

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Nov 6, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 6, 2025

r? @JonathanBrouwer

rustbot has assigned @JonathanBrouwer.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@chenyukang chenyukang force-pushed the yukang-fix-148493-async-closure branch from fe816a3 to 702bf00 Compare November 6, 2025 04:31
@JonathanBrouwer
Copy link
Contributor

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Nov 6, 2025

📌 Commit 702bf00 has been approved by JonathanBrouwer

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 6, 2025
@JonathanBrouwer
Copy link
Contributor

I think the automatic merging with #148561 should be fine?

@chenyukang
Copy link
Member Author

chenyukang commented Nov 6, 2025 via email

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 6, 2025
…-closure, r=JonathanBrouwer Fix suggestion for returning async closures Fixes rust-lang#148493
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 6, 2025
Fix ICE from async closure variance Fixes rust-lang#148488 The fix is also a change from rust-lang#148556
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 6, 2025
…-closure, r=JonathanBrouwer Fix suggestion for returning async closures Fixes rust-lang#148493
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 6, 2025
Fix ICE from async closure variance Fixes rust-lang#148488 The fix is also a change from rust-lang#148556
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 6, 2025
Fix ICE from async closure variance Fixes rust-lang#148488 The fix is also a change from rust-lang#148556
@matthiaskrgr
Copy link
Member

mmh getting weird test failures

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Nov 6, 2025
…-closure, r=JonathanBrouwer Fix suggestion for returning async closures Fixes rust-lang#148493
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Nov 6, 2025
Fix ICE from async closure variance Fixes rust-lang#148488 The fix is also a change from rust-lang#148556
@JonathanBrouwer
Copy link
Contributor

Looks like this does soft-conflict with #148561
Let's have that one go first then
@bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Nov 6, 2025
rust-timer added a commit that referenced this pull request Nov 6, 2025
Rollup merge of #148561 - chenyukang:yukang-fix-148488, r=lqd Fix ICE from async closure variance Fixes #148488 The fix is also a change from #148556
@JonathanBrouwer
Copy link
Contributor

@chenyukang Could you rebase? Then I'll reapprove

@chenyukang chenyukang force-pushed the yukang-fix-148493-async-closure branch from 702bf00 to 2dfe4f4 Compare November 6, 2025 23:11
@rustbot
Copy link
Collaborator

rustbot commented Nov 6, 2025

This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@chenyukang
Copy link
Member Author

@chenyukang Could you rebase? Then I'll reapprove

rebased, thanks.

@rust-log-analyzer

This comment has been minimized.

@chenyukang chenyukang force-pushed the yukang-fix-148493-async-closure branch from 2dfe4f4 to c92ef47 Compare November 7, 2025 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

6 participants