rustdoc: std::collections::HashSet
is not shown in search results since 1.50.0
#89872
Labels
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
P-medium
Medium 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.
Interestingly, this goes both ways:
std::collections::HashSet
is shown (notstd::collections::hash_set::HashSet
, which is public and stable).std::collections::hash_set::HashSet
is shown (notstd::collections::HashSet
).So there seems to be a bug in both versions. Note that this is a re-exports bug, but not a cross-crate re-exports bug.
1.49.0
1.50.0
The text was updated successfully, but these errors were encountered: