-
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
Also remove const-hack for abs #67845
Conversation
📌 Commit ae002c1 has been approved by |
…i-obk Also remove const-hack for abs Closes rust-lang#67842. r? @oli-obk
…i-obk Also remove const-hack for abs Closes rust-lang#67842. r? @oli-obk
Rollup of 8 pull requests Successful merges: - #66913 (Suggest calling method when first argument is `self`) - #67531 (no longer promote non-pattern const functions) - #67773 (Add a test for #37333) - #67786 (Nix reexports from `rustc_span` in `syntax`) - #67789 (Cleanup linkchecker whitelist) - #67810 (Implement uncommon_codepoints lint.) - #67835 (tweak wording of mismatched delimiter errors) - #67845 (Also remove const-hack for abs) Failed merges: r? @ghost
@bors r+ |
📌 Commit cc2044641d59b81f17fbff9934da769066208a7d has been approved by |
@jumbatm Why was this PR closed? It seems that while the first commit was merged in the "Rollup of 8 pull requests", the second commit was not merged. |
Ah, I see. It closed when I pushed a delete branch to my fork, sorry! |
@oli-obk Does this PR need to be reopened and r+ed once again? |
Please rebase over master so we see what is unmerged so far |
cc20446
to
525cd2d
Compare
Done |
@bors r+ rollup |
📌 Commit 525cd2d has been approved by |
…i-obk Also remove const-hack for abs Closes rust-lang#67842. r? @oli-obk
…i-obk Also remove const-hack for abs Closes rust-lang#67842. r? @oli-obk
Rollup of 5 pull requests Successful merges: - #67818 (rustdoc: Avoid panic when parsing codeblocks for playground links) - #67845 (Also remove const-hack for abs) - #67879 (Remove negative number check from float sqrt) - #67881 (Add backticks to various diagnostics) - #67882 (remove bespoke flock bindings) Failed merges: r? @ghost
Closes #67842.
r? @oli-obk