Skip to content

Add missing space between notable trait tooltip and where clause - #102107

Merged
bors merged 1 commit into
rust-lang:masterfrom
Urgau:rustdoc-missing-space-before-where-clause
Sep 22, 2022
Merged

Add missing space between notable trait tooltip and where clause#102107
bors merged 1 commit into
rust-lang:masterfrom
Urgau:rustdoc-missing-space-before-where-clause

Conversation

@Urgau

Copy link
Copy Markdown
Member

This PR add a missing space between the notable trait tooltip and the where clause.

The issue can be seeing on the BufRead page.

Added a simple snapshot regression test in src/test/rustdoc/where.rs.

Before:
image

After:
image

r? @GuillaumeGomez

@rustbotrustbot added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Sep 21, 2022
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 21, 2022
@GuillaumeGomez

Copy link
Copy Markdown
Member

Thanks!

@bors r+ rollup

@bors

bors commented Sep 22, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit e214385 has been approved by GuillaumeGomez

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 22, 2022
@Dylan-DPCDylan-DPC mentioned this pull request Sep 22, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 22, 2022
Rollup of 8 pull requests
Successful merges:
- rust-lang#101598 (Update rustc's information on Android's sanitizers)
- rust-lang#102036 (Remove use of `io::ErrorKind::Other` in std)
- rust-lang#102037 (Make cycle errors recoverable)
- rust-lang#102069 (Skip `Equate` relation in `handle_opaque_type`)
- rust-lang#102076 (rustc_transmute: fix big-endian discriminants)
- rust-lang#102107 (Add missing space between notable trait tooltip and where clause)
- rust-lang#102119 (Fix a typo “pararmeter” in error message)
- rust-lang#102131 (Added which number is computed in compute_float.)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 83bea3d into rust-lang:masterSep 22, 2022
@rustbotrustbot added this to the 1.66.0 milestone Sep 22, 2022
@GuillaumeGomezGuillaumeGomez added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Oct 13, 2022
@GuillaumeGomez

Copy link
Copy Markdown
Member

The bug is also present in beta, nominating for beta backport.

@apiraino

Copy link
Copy Markdown
Contributor

Beta backport accepted, rather innocuous but welcome fix to backport

@rustbot label +beta-accepted

@rustbotrustbot added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Oct 13, 2022
@cuvipercuviper mentioned this pull request Oct 20, 2022
@cuvipercuviper modified the milestones: 1.66.0, 1.65.0Oct 20, 2022
@cuvipercuviper removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Oct 20, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 21, 2022
[beta] backports
- Use rebind instead of dummy binder in `SameTypeModuloInfer` relation rust-lang#102059
- Add missing space between notable trait tooltip and where clause rust-lang#102107
- Avoid repeated re-initialization of the BufReader buffer rust-lang#102760
- Ensure enum cast moves rust-lang#103016
- Fix `TyKind::is_simple_path` rust-lang#103176
- Do anonymous lifetimes remapping correctly for nested rpits rust-lang#103205
- [beta] Cargo backport 1.65.0 rust-lang#103303
- linker: Fix weak lang item linking with combination windows-gnu + LLD + LTO rust-lang#103092
r? `@ghost`
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-acceptedAccepted for backporting to the compiler in the beta channel.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Urgau@GuillaumeGomez@bors@apiraino@cuviper@rust-highfive@rustbot