-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[beta] Revert trait obj upcast stabilization #120269
[beta] Revert trait obj upcast stabilization #120269
Conversation
r? @b-naber (rustbot has picked a reviewer for you, use r? to override) |
|
The Miri subtree was changed cc @rust-lang/miri |
This comment has been minimized.
This comment has been minimized.
83de3cb
to
9bc7360
Compare
The Miri subtree was changed cc @rust-lang/miri |
This comment has been minimized.
This comment has been minimized.
9bc7360
to
3a638f7
Compare
@bors r=jackh726 |
@bors rollup=never |
@bors p=1 let's land this as early as possible before the stable cut |
@bors p=20 to jump ahead of the next rollup and since this fixes a P-critical soundness issue. |
…ilization, r=jackh726 [beta] Revert trait obj upcast stabilization backport of rust-lang#120233 note that this is not yet approved for beta backport
💥 Test timed out |
@bors retry timeout |
☀️ Test successful - checks-actions |
…k-Simulacrum [Beta 1.77] Fix bootstrapping from 1.76 Due to the timing of the revert for stabilization of c_str_literal (rust-lang#119528 which reverted in 1.76) and trait_upcasting (rust-lang#120269 which reverted in 1.76), which happened after rust-lang#119211 (Bump stage0 to 1.76 beta), this resulted in some of the feature attributes not being restored which are needed to be able to bootstrap from 1.76. This restores those features. This also includes a stage0 bump to the just released stable. This is necessary because stage0 was currently pointing at an old beta which did not contain the reverts. Fixes rust-lang#120810
backport of #120233
note that this is not yet approved for beta backport