Skip to content

rustdoc regression: inter-crate links not being generated where they previously were #120983

@tarcieri

Description

@tarcieri

We recently received multiple reports in the @RustCrypto project of missing links in the docs.rs documentation, and did manage to find a somewhat minimal illustration of the problem/

We previously had documentation which linked to types in the generic-array crate: https://docs.rs/digest/0.10.1/digest/type.Output.html

Screenshot 2024-02-12 at 12 41 31 PM

At some point those links broke. Here is where I first observed it: https://docs.rs/digest/0.10.2/digest/type.Output.html

Screenshot 2024-02-12 at 12 43 32 PM

Not sure how to properly file this issue, especially as I often experience these links not working on local rustdoc builds but being present on docs.rs. I can at least confirm I reproduced how the v0.10.2+ docs.rs builds appear via a local rustdoc build.

Metadata

Metadata

Labels

C-bugCategory: This is a bug.E-needs-mcveCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.regression-untriagedUntriaged performance or correctness regression.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions