-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
rustdoc: Link references are case-insensitive #80882
Copy link
Copy link
Open
Labels
A-markdown-parsingArea: Markdown parsing for doc-commentsArea: Markdown parsing for doc-commentsC-bugCategory: This is a bug.Category: This is a bug.E-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.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-markdown-parsingArea: Markdown parsing for doc-commentsArea: Markdown parsing for doc-commentsC-bugCategory: This is a bug.Category: This is a bug.E-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.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.
EDIT(camelid): This is not an intra-doc links issue. See #80882 (comment).
I found a glitch in the std/core library docs. The docs for
PartialEqcontain this snippet:At present, the
Eqlink has the wrong target, because rustdoc links it to the methodeqinstead.I sent a PR that forces the correct linkage (#80864) for this instance, but perhaps rustdoc could be smarter here?
On that PR @jyn514 writes: