Skip to content

rustdoc: trait pages don't show impl docs #51834

Closed
@llogiq

Description

@llogiq

For example, the page for u64 shows an impl From<bool> for u64 that is well documented, whereas the page for From shows only the bare trait and method signature without any docs.

I see the method html/render.rs: fn render_implementor(..) appears to render the trait implementors, but I don't have enough time to navigate the byzantine structure of librustdoc to find where best to insert the doc comments. If someone knowledgeable agrees to mentor me here, I'll gladly take this.

Metadata

Metadata

Labels

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

Issue actions