-
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
[beta] Revert #92519 on beta #96556
[beta] Revert #92519 on beta #96556
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
(rust-highfive has picked a reviewer for you, use r? to override) |
|
Odd, shouldn't beta commits go to master first? There's the |
We're not currently enforcing that step (it's just been broken in a passing state since addition), but this particular revert isn't needed on master - #95246 fixes the bug which motivates this revert and has already landed on master. |
Seems reasonable to me. The original went through an FCP; I don't think delaying it by one release needs that, though. |
@bors rollup=never (targeting beta) |
Bundled into #97014. |
…ulacrum [beta] backports This backports/rolls up: * Quick fix for rust-lang#96223. rust-lang#96679 * [beta] Revert rust-lang#92519 on beta rust-lang#96556 * [beta] Clippy backport ICE/infinite loop fix rust-lang#96740 * Revert "Prefer projection candidates instead of param_env candidates for Sized predicates" rust-lang#96593
This reverts #92519 because I think #95246 should land in the same Rust version and I also think it would be wise for this change to have a bit more time to bake considering it's insta-stable.