-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
For instance, https://doc.rust-lang.org/std/pin/index.html#macros contains pin!
, and its short description (i.e. the docblock-short
) has the footnotes, but clicking those does not work. The footnotes work, of course, when clicking them in the pin!
page at https://doc.rust-lang.org/std/pin/macro.pin.html.
There are several ways to resolve the issue, e.g. making the links in the short descriptions point to the page containing the footnotes, or removing footnote links from short descriptions, or removing the link but keeping the text, or adding the footnotes in the page with the short descriptions somehow, etc.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.