Skip to content

Rustdoc - Section Symbol in Wrong Location on Impls w/ Where Clauses #44120

Closed
@Havvy

Description

@Havvy
Contributor

Real time example: Hover over this impl on vec.

The section symbol appears on its own line instead of somewhere on the impl itself.

cc @QuietMisdreavus @GuillaumeGomez

Activity

GuillaumeGomez

GuillaumeGomez commented on Aug 28, 2017

@GuillaumeGomez
Member

Hum... Do you have an idea since when? It could help to understand where the issue is coming from instead of just fixing it.

Havvy

Havvy commented on Aug 28, 2017

@Havvy
ContributorAuthor

I don't know when it started. I don't remember the last time I looked at the nightly docs. Tuesday was the latest possible time, but 🤷‍♂️.

kennytm

kennytm commented on Aug 28, 2017

@kennytm
Member

@GuillaumeGomez The § thing doesn't appear in beta, so likely a bug in the initial implementation (I guess #43747).

ollie27

ollie27 commented on Aug 28, 2017

@ollie27
Member

#43979 added the § for impls.

GuillaumeGomez

GuillaumeGomez commented on Aug 28, 2017

@GuillaumeGomez
Member

Thanks @ollie27! Taking a look this evening.

added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
C-bugCategory: This is a bug.
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and tools
on Aug 28, 2017
added 4 commits that reference this issue on Aug 29, 2017

Rollup merge of rust-lang#44135 - GuillaumeGomez:fix-css-links, r=Qui…

a5559ee

Rollup merge of rust-lang#44135 - GuillaumeGomez:fix-css-links, r=Qui…

e4ee803

Rollup merge of rust-lang#44135 - GuillaumeGomez:fix-css-links, r=Qui…

efa27ac

Rollup merge of rust-lang#44135 - GuillaumeGomez:fix-css-links, r=Qui…

2c127b5
added 3 commits that reference this issue on Aug 29, 2017

Rollup merge of rust-lang#44135 - GuillaumeGomez:fix-css-links, r=Qui…

b7b5dbc

Rollup merge of rust-lang#44135 - GuillaumeGomez:fix-css-links, r=Qui…

588f833
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @kennytm@carols10cents@Havvy@GuillaumeGomez@ollie27

      Issue actions

        Rustdoc - Section Symbol in Wrong Location on Impls w/ Where Clauses · Issue #44120 · rust-lang/rust