Skip to content
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

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

Closed
Havvy opened this issue Aug 28, 2017 · 5 comments
Closed

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

Havvy opened this issue Aug 28, 2017 · 5 comments
Assignees
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@Havvy
Copy link
Contributor

Havvy commented Aug 28, 2017

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

@GuillaumeGomez
Copy link
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
Copy link
Contributor Author

Havvy commented Aug 28, 2017

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
Copy link
Member

kennytm commented Aug 28, 2017

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

@ollie27
Copy link
Member

ollie27 commented Aug 28, 2017

#43979 added the § for impls.

@GuillaumeGomez
Copy link
Member

Thanks @ollie27! Taking a look this evening.

@GuillaumeGomez GuillaumeGomez self-assigned this Aug 28, 2017
@carols10cents carols10cents added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. C-bug Category: This is a bug. A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools labels Aug 28, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this issue Aug 29, 2017
…etMisdreavus

Fix invalid linker position

Fixes rust-lang#44120.

Result isn't "optimal" though because there are spaces at the end of some lines.
frewsxcv added a commit to frewsxcv/rust that referenced this issue Aug 29, 2017
…etMisdreavus

Fix invalid linker position

Fixes rust-lang#44120.

Result isn't "optimal" though because there are spaces at the end of some lines.
frewsxcv added a commit to frewsxcv/rust that referenced this issue Aug 29, 2017
…etMisdreavus

Fix invalid linker position

Fixes rust-lang#44120.

Result isn't "optimal" though because there are spaces at the end of some lines.
frewsxcv added a commit to frewsxcv/rust that referenced this issue Aug 29, 2017
…etMisdreavus

Fix invalid linker position

Fixes rust-lang#44120.

Result isn't "optimal" though because there are spaces at the end of some lines.
arielb1 pushed a commit to arielb1/rust that referenced this issue Aug 29, 2017
…etMisdreavus

Fix invalid linker position

Fixes rust-lang#44120.

Result isn't "optimal" though because there are spaces at the end of some lines.
arielb1 pushed a commit to arielb1/rust that referenced this issue Aug 29, 2017
…etMisdreavus

Fix invalid linker position

Fixes rust-lang#44120.

Result isn't "optimal" though because there are spaces at the end of some lines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

5 participants