-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Intra-doc links doesn't work for proc macros #73173
Copy link
Copy link
Closed
Labels
A-intra-doc-linksArea: Intra-doc links, the ability to link to items in docs by nameArea: Intra-doc links, the ability to link to items in docs by nameC-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-intra-doc-linksArea: Intra-doc links, the ability to link to items in docs by nameArea: Intra-doc links, the ability to link to items in docs by nameC-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Part of #43466
intra-doc links is incapable of linking to proc macros
You can reproduce this both with and without the
pub useReproduction
Cargo.toml
src/lib.rs
the-macro/Cargo.toml
the-macro/src/lib.rs
Originally posted by @shepmaster in #43466 (comment)