-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[beta] bootstrap; remove redundant imports. #60273
Conversation
|
This is a cherry pick of the relevant commit from this PR, how does it look wrong to you? |
For the 1.35 beta? Nope, on the contrary |
I surely don't understand the release process of rustc. Sorry if I bother you. |
Hmm, why is this needed? We usually bootstrap the beta with the latest stable. Also, all beta backports have to be approved by a team (in this case I think infra since it involves rustbuild?), so I can't merge this yet. @rustbot modify labels: S-blocked -S-waiting-on-review |
@pietroalbini Was approved in #59974 (comment) if t-compiler suffices. |
Hmm, yeah, didn't see that. I'll take a look tomorrow. @rustbot modify labels: -S-blocked S-waiting-on-review |
This looks fine to me. We should strive to support distro's efforts to self-bootstrap so long as the changes don't impact us significantly (and this appears to work for us). |
@bors r+ Thanks! |
📌 Commit cdcab96 has been approved by |
[beta] Rollup backports Cherry-picked: * #59886: musl: do not compress debug section * #59891: Fix the link to sort_by_cached_key * #59911: Revert "compile crates under test w/ -Zemit-stack-sizes" * #59978: rustdoc: Remove default keyword from re-exported trait methods * #59989: Fix links to Atomic* in RELEASES.md * #60186: Temporarily accept [i|u][32|size] suffixes on a tuple index and warn * #60309: Add 1.34.1 release notes Rolled up: * #60273: [beta] bootstrap; remove redundant imports. r? @ghost
This is a backport of d6cc855 for fixing #60265
r? @Centril