Closed
Description
NIT: This comment could be more useful. The problem it's actually trying to solve is that a single
pub use
with 1 defid can expand to multiple rustdoc-json items it the name exists in multiple namespaces: https://godbolt.org/z/jEnGxoWx6.At some point in the future, we should maybe change how we do this on the JSON side, but not in this PR.
Originally posted by @aDotInTheVoid in #130078 (comment)
Rustdoc-json's Id handling is a bit subtle. There should be a nice doc-comment to explain it.
Metadata
Metadata
Assignees
Labels
Area: Makes things more difficult for new or seasoned contributors to RustArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Rustdoc JSON backendCategory: An issue proposing an enhancement or a PR with one.Relevant to the rustdoc team, which will review and decide on the PR/issue.