Rustdoc search ranking regression in 1.82 #133017
Labels
A-rustdoc-search
Area: Rustdoc's search feature
C-bug
Category: This is a bug.
P-critical
Critical priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Compare these two rankings:
In 1.81,
std::io::Write
shows up as number 5, after three functions calledwrite
in std::{fmt, fs, ptr} and after std::fmt::Write. These results look decent enough to me.In 1.82,
std::io::Write
is at number 36, after things like<std::io::Stdout as std::io::Write>::write
. I don't think there is any justification for<std::io::Stdout as std::io::Write>::write
andstd::io::Write::write
to outrankstd::io::Write
when searching for "write".The most recent nightly continues to be affected (https://doc.rust-lang.org/nightly/std/?search=write).
The text was updated successfully, but these errors were encountered: