-
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
Rollup of 8 pull requests #105775
Rollup of 8 pull requests #105775
Conversation
* A few typos around generic types (`;` vs `,`) * Use inline code formatting for code fragments * One instance of wrong wording
Instead of making its parts `display: none` and then changing it on hover, just make the pseudo-element itself on hover.
Obsoleted when 9625ed8 changed the DOM.
The old name doesn't get across where it's really supposed to be used.
…-trait, r=oli-obk Allow `impl ~const Trait` opaque types
…eGomez Rewrite `E0158` error-code docs for clarity Fixes rust-lang#105585. The `E0158` error-code docs are unclear. It doesn't explain all three different variants of the error and doesn't explain *why* the error occurs. This PR cleans it up a bit and brings it properly into line with [RFC1567](https://rust-lang.github.io/rfcs/1567-long-error-codes-explanation-normalization.html). I'm a first time Rust contributor so I've probably not got it quite right. I also haven't run the whole build process because I assume that my minor docs changes shouldn't break everything.
…trait, r=compiler-errors Fix ICE calling method on auto trait Fixes rust-lang#105732 r? `@compiler-errors`
doc: Fix a few small issues Hey, while reading through the (awesome) stdlib docs, I found a few minor typos. * A few typos around generic types (`;` vs `,`) * Use inline code formatting for code fragments * One instance of wrong wording
…ooltip, r=GuillaumeGomez rustdoc: simplify CSS for codeblock tooltips Instead of making its parts `display: none` and then changing it on hover, just make the pseudo-element itself on hover.
…r=GuillaumeGomez rustdoc: remove unused CSS `.sub-settings` Obsoleted when 9625ed8 changed the DOM.
…ggle, r=GuillaumeGomez rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle` The old name doesn't get across where it's really supposed to be used.
…, r=tmiasko Remove unused stderr files
@bors r+ rollup=never p=8 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 03770f0e2b In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (63b3bac): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
impl ~const Trait
opaque types #105725 (Allowimpl ~const Trait
opaque types)E0158
error-code docs for clarity #105744 (RewriteE0158
error-code docs for clarity).sub-settings
#105757 (rustdoc: remove unused CSS.sub-settings
)#src-sidebar-toggle
#105764 (rustdoc: name the source page sidebar-toggle#src-sidebar-toggle
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup