-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rustdoc - Section Symbol in Wrong Location on Impls w/ Where Clauses #44120
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hum... Do you have an idea since when? It could help to understand where the issue is coming from instead of just fixing it. |
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 🤷♂️. |
@GuillaumeGomez The § thing doesn't appear in beta, so likely a bug in the initial implementation (I guess #43747). |
#43979 added the § for impls. |
Thanks @ollie27! Taking a look this evening. |
…etMisdreavus Fix invalid linker position Fixes rust-lang#44120. Result isn't "optimal" though because there are spaces at the end of some lines.
…etMisdreavus Fix invalid linker position Fixes rust-lang#44120. Result isn't "optimal" though because there are spaces at the end of some lines.
…etMisdreavus Fix invalid linker position Fixes rust-lang#44120. Result isn't "optimal" though because there are spaces at the end of some lines.
…etMisdreavus Fix invalid linker position Fixes rust-lang#44120. Result isn't "optimal" though because there are spaces at the end of some lines.
…etMisdreavus Fix invalid linker position Fixes rust-lang#44120. Result isn't "optimal" though because there are spaces at the end of some lines.
…etMisdreavus Fix invalid linker position Fixes rust-lang#44120. Result isn't "optimal" though because there are spaces at the end of some lines.
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
The text was updated successfully, but these errors were encountered: