Skip to content

rustdoc: missing type parameters on impls of generic traits #14508

Closed
@aturon

Description

@aturon

Sometimes, but not always, rustdoc does not record the type parameters for a trait impl.

For example, the Rc type (http://static.rust-lang.org/doc/master/std/rc/struct.Rc.html) correctly shows the type parameter for the Hash impl but does not show it for Deref impl.

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

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions