-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustdoc: Pain points of reexports #24305
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
Labels
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
metabug
Issues about issues themselves ("bugs about bugs")
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
cc me |
Edited to add #32290, and ticked off two fixed issues. |
Hi @alexcrichton, |
Triage: I've updated the checkboxes and checked off the issues that have been closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
metabug
Issues about issues themselves ("bugs about bugs")
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
There's a lot of pain points that come up over time about rustdoc and reexports, and there's a lot of open issues as well, so this is going to serve as a metabug connecting all of them:
Self: Sized
bounds are lost. rustdoc: Self: Sized bounds in different crates are pruned #24183This is just a list of the current set of bugs, there have been countless others that have been fixed over time. Some of these are fundamental limitations, some of these are just bug fixes. I think that a huge part of "truly fixing this" will be tracking where the "canonical location" for a type is. For example rustdoc should understand that
Vec
traditionally comes from the standard library, notlibcollections
, and all incoming links, references, etc, should go there.I'll try to keep this updated over time!
The text was updated successfully, but these errors were encountered: