-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Open
Labels
A-rustdoc-searchArea: Rustdoc's search featureArea: Rustdoc's search featureC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
Description
reproduction steps
- open standard library docs
- search
u32 -> Option<char>
orchar::from_u32
expected outcome
deprecated std::char::from_u32
shows after all the associated methods of char
.
actual outcome
std::char::from_u32
is the first result.
rustdoc version
rustdoc 1.89.0-nightly (255aa2208 2025-06-19)
fmease, yotamofek, cyrgani and crumblingstatue
Metadata
Metadata
Assignees
Labels
A-rustdoc-searchArea: Rustdoc's search featureArea: Rustdoc's search featureC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.