Revert "Replace usage of ResumeTy in async lowering with Context"#105915
Merged
bors merged 1 commit intorust-lang:masterfrom Dec 20, 2022
Merged
Revert "Replace usage of ResumeTy in async lowering with Context"#105915bors merged 1 commit intorust-lang:masterfrom
ResumeTy in async lowering with Context"#105915bors merged 1 commit intorust-lang:masterfrom
Conversation
Collaborator
|
r? @spastorino (rustbot has picked a reviewer for you, use r? to override) |
Collaborator
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Member
|
@bors r+ p=1 rollup |
Collaborator
Member
|
@bors p=5 since this issue breaks existing code and is therefore P-critical |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Dec 20, 2022
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#105801 (Realistic `Path::as_mut_os_str` doctest) - rust-lang#105860 (Add long error docs for `E0460` and `E0457`) - rust-lang#105895 (Test that we don't add a new kind of breaking change with TAITs) - rust-lang#105902 (docs: improve pin docs) - rust-lang#105910 (Update books) - rust-lang#105913 (rustdoc: remove width-limiter from source pages, stop overriding CSS) - rust-lang#105915 (Revert "Replace usage of `ResumeTy` in async lowering with `Context`") Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Collaborator
Contributor
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Dec 27, 2022
…mulacrum [beta] backport rollup * Revert "Replace usage of ResumeTy in async lowering with Context" rust-lang#105915 * Don't copy symbols from dylibs with -Zdylib-lto rust-lang#105800 * rustdoc: Only hide lines starting with # in rust code blocks rust-lang#105539 * Mangle "main" as "__main_void" on wasm32-wasi rust-lang#105468 r? `@ghost`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #105250
Fixes: #105501
Following instructions from forge.
This change introduced a breaking change that is not actionable nor relevant, and is blocking updates to our toolchain. Along with other comments on the CL marking issues that are fixed by reverts, reverting is best until these issues can be resolved
cc. @Swatinem