Remove rustdoc intra-doc-link macro resolution fallback #110879
Labels
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
In #96676, @petrochenkov added a compatibility hack (#96676 (comment)) to rustdoc so that macros that failed to resolve would still generate a link even though they weren't in scope, to prevent unnecessarily breaking docs. It's been nearly a year since then; I think we can remove the hack now.
The text was updated successfully, but these errors were encountered: