-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rustc_codegen_ssa: remove some unnecessary Box special-casing. #65448
Conversation
@bors try (for perf) |
⌛ Trying commit c39af6e with merge fe00dd0ab564055bb73c11adb998cdabbd8ee569... |
☀️ Try build successful - checks-azure |
This comment has been minimized.
This comment has been minimized.
1 similar comment
@rust-timer build fe00dd0ab564055bb73c11adb998cdabbd8ee569 |
Queued fe00dd0ab564055bb73c11adb998cdabbd8ee569 with parent 237d54f, future comparison URL. |
@bors r+ |
📌 Commit c39af6e has been approved by |
…li-obk rustc_codegen_ssa: remove some unnecessary Box special-casing. Could help simplify rust-lang#60900. r? @nikomatsakis
Rollup of 5 pull requests Successful merges: - #64007 (Add check for overlapping ranges to unreachable patterns lint) - #65192 (Use structured suggestion for restricting bounds) - #65226 (BTreeSet symmetric_difference & union optimized) - #65448 (rustc_codegen_ssa: remove some unnecessary Box special-casing.) - #65505 (Rc: value -> allocation) Failed merges: r? @ghost
☔ The latest upstream changes (presumably #65598) made this pull request unmergeable. Please resolve the merge conflicts. |
Could help simplify #60900.
r? @nikomatsakis