Skip to content

rustdoc can't handle re-exported classes #2948

@catamorphism

Description

@catamorphism
Contributor

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.

Activity

catamorphism

catamorphism commented on Jul 18, 2012

@catamorphism
ContributorAuthor

@pcwalton just said he was going to rip out the code from rustdoc that handles re-exported impls anyway, so this will be irrelevant once he does that.

catamorphism

catamorphism commented on Jul 18, 2012

@catamorphism
ContributorAuthor

Non-issue; the module this was in has been deleted altogether.

removed their assignment
on Jun 16, 2014
added a commit that references this issue on Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @catamorphism

        Issue actions

          rustdoc can't handle re-exported classes · Issue #2948 · rust-lang/rust