-
Couldn't load subscription status.
- Fork 13.9k
Prereq2 for async drop - ResumedAfterDrop panic messages #129736
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
Conversation
|
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 |
aca1a66 to
286f4c0
Compare
99b7c82 to
edaf9ce
Compare
|
☔ The latest upstream changes (presumably #130724) made this pull request unmergeable. Please resolve the merge conflicts. |
|
r? @nikomatsakis is going to look into this |
edaf9ce to
53a9086
Compare
This comment has been minimized.
This comment has been minimized.
53a9086 to
a858408
Compare
|
☔ The latest upstream changes (presumably #136751) made this pull request unmergeable. Please resolve the merge conflicts. |
a858408 to
746589b
Compare
|
☔ The latest upstream changes (presumably #136943) made this pull request unmergeable. Please resolve the merge conflicts. |
746589b to
5d1ad9b
Compare
|
☔ The latest upstream changes (presumably #139417) made this pull request unmergeable. Please resolve the merge conflicts. |
5d1ad9b to
40d29b3
Compare
40d29b3 to
92d848f
Compare
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