Closed
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.