-
Couldn't load subscription status.
- Fork 13.9k
Subpart9 for async drop (major3) - elaborate_drops changes #129745
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
Subpart9 for async drop (major3) - elaborate_drops changes #129745
Conversation
298c6ec to
06acd8c
Compare
04ef2a5 to
28c0f53
Compare
|
☔ The latest upstream changes (presumably #130165) made this pull request unmergeable. Please resolve the merge conflicts. |
|
r? @nikomatsakis is going to look into this |
1ebbb1e to
d4fb64c
Compare
…p from previous async drop glue implementation
d4fb64c to
c151ffe
Compare
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
☔ The latest upstream changes (presumably #139578) made this pull request unmergeable. Please resolve the merge conflicts. |
|
#123948 was merged. |
This is subpart 9 PR of #123948, just for review purposes.
Changes in drop elaboration to support async drops.
Drop elaboration is used to generate sync drop glue with drops of all internals included.
Async drop poll function is generated now using a similar way - first splitting dropee type using drop elaboration, and then StateTransform'ing it into coroutine poll function (StateTransform changes and shim generation in latter commits).
Review only last commit, based on previous PR #129744.