Rustdoc should consider not hiding items that come from the same Cargo workspace #125009
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
With PR #124939, rustdoc hides in the "Aliased type" section of type alias every type that is not from the current crate.
However if we had access in rustdoc to the Cargo workspace information we could instead be more fine-grain and not hide those coming from the same workspace.
Crate A:
Crate B:
If crate A and B are in the same workspace we should probably not hide the inner item, and therefor display:
@rustbot labels +T-rustdoc +A-rustdoc-ui +C-discussion
The text was updated successfully, but these errors were encountered: