-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-rustdoc-searchArea: Rustdoc's search featureArea: Rustdoc's search featureT-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.
Description
Steps to reproduce:
- Search for
0
: https://doc.rust-lang.org/nightly/std/index.html?search=0 - Click on first result (
std::borrow::Cow::Borrowed::0
Expected result:
Either (a) Borrowed::0 isn't listed in the search index since it's not a named type, or (b) the hyperlink goes to #variant.Borrowed
(which exists) instead of #variant.Borrowed.field.0
(which doesn't exist).
Metadata
Metadata
Assignees
Labels
A-rustdoc-searchArea: Rustdoc's search featureArea: Rustdoc's search featureT-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.