Skip to content
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

Prereq2 for async drop - ResumedAfterDrop panic messages #129736

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

azhogin
Copy link
Contributor

@azhogin azhogin commented Aug 29, 2024

This is subpart 2 PR of #123948, just for review purposes.

ResumedAfterDrop messages for panic when coroutine is resumed after it is started to be async drop'ed.

Review only last commit, based on previous PR #129734

@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. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Aug 29, 2024
@rustbot
Copy link
Collaborator

rustbot commented Aug 29, 2024

Some changes occurred in compiler/rustc_codegen_cranelift

cc @bjorn3

This PR changes Stable MIR

cc @oli-obk, @celinval, @ouz-a

Some changes occurred to the CTFE / Miri engine

cc @rust-lang/miri

This PR changes MIR

cc @oli-obk, @RalfJung, @JakobDegen, @davidtwco, @celinval, @vakaras

Some changes occurred to MIR optimizations

cc @rust-lang/wg-mir-opt

@azhogin azhogin marked this pull request as draft August 30, 2024 07:14
@azhogin azhogin force-pushed the azhogin/async-drop-prereq2-resumed-after-drop-msg branch from aca1a66 to 286f4c0 Compare August 30, 2024 07:16
@azhogin azhogin force-pushed the azhogin/async-drop-prereq2-resumed-after-drop-msg branch from 286f4c0 to 99b7c82 Compare September 7, 2024 10:58
@azhogin azhogin force-pushed the azhogin/async-drop-prereq2-resumed-after-drop-msg branch from 99b7c82 to edaf9ce Compare September 8, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants