Skip to content

Searchbar in docs for std crate show entries which don't appear to exist #47934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
manpat opened this issue Feb 1, 2018 · 2 comments
Closed
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@manpat
Copy link

manpat commented Feb 1, 2018

Searching for from_bool on both https://doc.rust-lang.org/std/ and in my local docs (with rustup doc), shows results for functions on primitive types which when clicked, don't link to any functions.

rustfrom_bool
primtypefrom_bool

Following recommendations from rustc error messages, it appears to be that these functions have leaked in from the compiler_builtins crate somehow, but don't appear anywhere else in the documentation.

@gsollazzo gsollazzo added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. labels Feb 1, 2018
@ollie27
Copy link
Member

ollie27 commented Feb 1, 2018

@steveklabnik
Copy link
Member

Ah ha! Thanks for finding that, @ollie27 .

@manpat thank you for filing; I was the one that told you you should, and wasn't aware of this fix. I appreciate it, but since it's already been fixed, I'm going to give this a close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants