Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc can't handle re-exported classes #2948

Closed
catamorphism opened this issue Jul 18, 2012 · 2 comments
Closed

rustdoc can't handle re-exported classes #2948

catamorphism opened this issue Jul 18, 2012 · 2 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@catamorphism
Copy link
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.

@ghost ghost assigned catamorphism Jul 18, 2012
@catamorphism
Copy link
Contributor Author

@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
Copy link
Contributor Author

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

@catamorphism catamorphism removed their assignment Jun 16, 2014
RalfJung pushed a commit to RalfJung/rust that referenced this issue Jul 8, 2023
cronjob auto-PR: make sure we are on a branch

Also run this every hour to speed up testing
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

1 participant