-
Notifications
You must be signed in to change notification settings - Fork 13.3k
fix oversight in the min_const_generics
checks
#93802
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Conversation
One has to try incredibly hard to avoid the current checks. For this to break your code, you need:
Even one of these three requirements is incredibly unlikely, so I simply consider this to be a bugfix without caring about any potential breakage, cc @nikomatsakis just in case |
seems ok to land as a bug fix and see what the beta crater runs turn up |
@bors r+ |
📌 Commit 76c562f has been approved by |
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#92670 (add kernel target for RustyHermit) - rust-lang#93756 (Support custom options for LLVM build) - rust-lang#93802 (fix oversight in the `min_const_generics` checks) - rust-lang#93808 (Remove first headings indent) - rust-lang#93824 (Stabilize cfg_target_has_atomic) - rust-lang#93830 (Refactor sidebar printing code) - rust-lang#93843 (kmc-solid: Fix wait queue manipulation errors in the `Condvar` implementation) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
r? @BoxyUwU