-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Rollup of 5 pull requests #98874
Rollup of 5 pull requests #98874
Conversation
So we can re-use the code for other attributes later.
This fixes tab focus, so that you can open and close the sidebar from keyboard.
…er-errors rustc_passes/src/entry.rs: De-duplicate more code with `fn throw_attr_err()` So we can more easily re-use the code for other attributes later. More specifically [`#[unix_sigpipe]`](rust-lang#97802). This refactoring is covered by this test: https://github.com/rust-lang/rust/blob/8aab472d52ba7314dc193c73abcd384e2586123c/src/test/ui/feature-gates/issue-43106-gating-of-builtin-attrs-error.rs#L120 (Well, only `#[start]`, but the code for `#[rustc_main]` is identical.)
…ebar-button, r=GuillaumeGomez rustdoc: make source sidebar toggle a real button This fixes tab focus, so that you can open and close the sidebar from keyboard. This should cause no visible change in appearance at all. The only way you'd know anything different is if you tried to use keyboard controls to open the source code file navigation sidebar. Separated out from rust-lang#98772
…pace, r=notriddle Fix long declaration trailing whitespace Fixes rust-lang#98803. Interestingly enough, it even simplifies the code a bit. r? `@notriddle`
…e, r=cjgillot Fix rust-call ICE in mir-inliner Fixes rust-lang#98821 r? ``@cjgillot``
…84, r=compiler-errors Add regression test for rust-lang#86784 closes rust-lang#86784
@bors r+ rollup=never p=5 |
📌 Commit c41e208 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (9c9ae85): comparison url. Instruction count
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Footnotes |
Successful merges:
fn throw_attr_err()
#98501 (rustc_passes/src/entry.rs: De-duplicate more code withfn throw_attr_err()
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup