Skip to content

rustdoc no longer shows trait implementations in the documentation #5406

Closed
@thestinger

Description

@thestinger

This was caused by 387aa36 - rustdoc has an is_visible function that checks to see if items have ast::public visibility and trait implementations don't. It needs to check if something is a trait implementation, and if so make it visible if the trait is public.

Example: http://static.rust-lang.org/doc/std/treemap.html (no Map or Set impl shown)

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions