-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Revert "Replace usage of ResumeTy
in async lowering with Context
"
#105915
Revert "Replace usage of ResumeTy
in async lowering with Context
"
#105915
Conversation
r? @spastorino (rustbot has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@bors r+ p=1 rollup |
@bors p=5 since this issue breaks existing code and is therefore P-critical |
…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
…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`
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