rustdoc cannot resolve private intra-rustdoc link #65697
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.
When in a private
mod
, rustdoc fails to resolve a private member when called with--document-private-items
.A project like this...
src/lib.rs
:src/foo.rs
:... results in:
The text was updated successfully, but these errors were encountered: