Skip to content

rustdoc can't handle re-exported classes #2948

Closed
@catamorphism

Description

@catamorphism

rustdoc seems to not be able to handle re-exported classes: the loop in reexport_pass::find_reexport_impl_docs was dying with a non-exhaustive match when it saw a def_id for a class. I "fixed" it by adding a no-op place, but it should really generate docs for classes.

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

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions