intra-rustdoc-links: fails for re-exported module docs #59833
Labels
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
The links at https://doc.rust-lang.org/nightly/std/cmp/index.html are not rendering, but they work correctly on the core page (https://doc.rust-lang.org/nightly/core/cmp/index.html).
Same with https://doc.rust-lang.org/nightly/std/str/pattern/index.html vs https://doc.rust-lang.org/nightly/std/core/pattern/index.html
The text was updated successfully, but these errors were encountered: