Skip to content

std docs has equivalent methods in the search index that lead nowhere #115480

@Alexendoo

Description

@Alexendoo
Member

I was checking if std exposed hashbrown::Equivalent and found these seemingly non existent methods

https://doc.rust-lang.org/std/index.html?search=equivalent

Activity

added
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Sep 2, 2023
changed the title [-]`std` docs has an `equivalent` method in the search index that lead nowhere[/-] [+]`std` docs has a `equivalent` methods in the search index that lead nowhere[/+] on Sep 2, 2023
changed the title [-]`std` docs has a `equivalent` methods in the search index that lead nowhere[/-] [+]`std` docs has `equivalent` methods in the search index that lead nowhere[/+] on Sep 2, 2023
zachs18

zachs18 commented on Sep 2, 2023

@zachs18
Contributor

It looks like the search results are present on 1.71.0's docs (and after), but not on 1.70.0's docs (or before)

Alexendoo

Alexendoo commented on Sep 2, 2023

@Alexendoo
MemberAuthor

Seems that's when std's hashbrown was upgraded to the version that added the Equivalent trait - #111306

added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
C-bugCategory: This is a bug.
and removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Sep 2, 2023
added a commit that references this issue on Oct 9, 2023
added 2 commits that reference this issue on Oct 11, 2023
added a commit that references this issue on Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-rustdoc-searchArea: Rustdoc's search featureC-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @Alexendoo@GuillaumeGomez@zachs18@rustbot@Noratrieb

      Issue actions

        `std` docs has `equivalent` methods in the search index that lead nowhere · Issue #115480 · rust-lang/rust