-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Stabilize (and const-stabilize) integer_sign_cast
#137026
base: master
Are you sure you want to change the base?
Conversation
r? @Noratrieb rustbot has assigned @Noratrieb. Use |
cool! |
…Noratrieb Stabilize (and const-stabilize) `integer_sign_cast` Tracking issue: rust-lang#125882 Closes: rust-lang#125882 FCP completed: rust-lang#125882 (comment)
Rollup of 11 pull requests Successful merges: - rust-lang#133312 (triagebot: automatically add more rustdoc related labels) - rust-lang#134016 (Stabilize `const_is_char_boundary` and `const_str_split_at`.) - rust-lang#135813 (CI: split i686-mingw job to three free runners) - rust-lang#136879 (Add safe new() to NotAllOnes) - rust-lang#136971 (Add a new check-pass UI test for returning `impl Fn(T) -> impl Trait`) - rust-lang#136983 (Prepare standard library for Rust 2024 migration) - rust-lang#137002 (Fix early lint check desc in query) - rust-lang#137006 (borrowck diagnostics cleanup: remove an unused and a barely-used field) - rust-lang#137026 (Stabilize (and const-stabilize) `integer_sign_cast`) - rust-lang#137028 (mir_build: Clarify some code for lowering `hir::PatExpr` to THIR) - rust-lang#137032 (Decode metadata buffer in one go) r? `@ghost` `@rustbot` modify labels: rollup
I don't think I can A concern has been voiced (sadly, not in time for FCP) about using I quite like this proposal, and I don't think this option was mentioned anywhere (ACP, tracking issue, or implementation PR). I would like to hear what t-libs has to say about it first. |
Sorry, if this is a bit in violation of the usual process, but I hope it's not too much of a sabotage. I don't think this stabilization is currently blocking any other work, and it's probably better to get the API right than fast. UPD: closing and reopening did not remove the approval, so I've rebased instead. @rustbot label -S-waiting-on-bors +S-waiting-on-team -T-libs +T-libs-api |
e8a4f9d
to
66a4540
Compare
Given the comments from the author above, |
Tracking issue: #125882
Closes: #125882
FCP completed: #125882 (comment)