- Notifications
You must be signed in to change notification settings - Fork 13.9k
Fix suggestion for returning async closures #148556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix suggestion for returning async closures #148556
Conversation
| rustbot has assigned @JonathanBrouwer. Use |
fe816a3 to 702bf00 Compare | @bors r+ rollup |
| I think the automatic merging with #148561 should be fine? |
| yes, it should be ok. Best regards. Yukang Jonathan Brouwer ***@***.***> 于 2025年11月6日周四 16:12写道: … *JonathanBrouwer* left a comment (rust-lang/rust#148556) <#148556 (comment)> I think the automatic merging with #148561 <#148561> should be fine? — Reply to this email directly, view it on GitHub <#148556 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABYJ5UTOOGNDSP6MKMU3RL33L7ILAVCNFSM6AAAAACLI6C2RGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTIOJVG43DCMRWGU> . You are receiving this because you authored the thread.Message ID: ***@***.***> |
…-closure, r=JonathanBrouwer Fix suggestion for returning async closures Fixes rust-lang#148493
Fix ICE from async closure variance Fixes rust-lang#148488 The fix is also a change from rust-lang#148556
…-closure, r=JonathanBrouwer Fix suggestion for returning async closures Fixes rust-lang#148493
Fix ICE from async closure variance Fixes rust-lang#148488 The fix is also a change from rust-lang#148556
Fix ICE from async closure variance Fixes rust-lang#148488 The fix is also a change from rust-lang#148556
| mmh getting weird test failures |
…-closure, r=JonathanBrouwer Fix suggestion for returning async closures Fixes rust-lang#148493
Fix ICE from async closure variance Fixes rust-lang#148488 The fix is also a change from rust-lang#148556
| @chenyukang Could you rebase? Then I'll reapprove |
702bf00 to 2dfe4f4 Compare | 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. |
rebased, thanks. |
This comment has been minimized.
This comment has been minimized.
2dfe4f4 to c92ef47 Compare
Fixes #148493