-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
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.
Description
Results that differ in only the parent type are missing in the search results. For example searching is_nan
misses f64::is_nan
: https://doc.rust-lang.org/nightly/std/?search=is_nan. It also says there are 4 results but only shows 3.
This is a stable to beta regression caused by #49757. cc. @GuillaumeGomez
Metadata
Metadata
Assignees
Labels
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.