Skip to content
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

[rustdoc] Primitive types don't appear in search #46017

Closed
Seeker14491 opened this issue Nov 15, 2017 · 0 comments
Closed

[rustdoc] Primitive types don't appear in search #46017

Seeker14491 opened this issue Nov 15, 2017 · 0 comments
Assignees

Comments

@Seeker14491
Copy link
Contributor

Most primitive types don't appear in the search results. Instead, only the module appears, such as std::str. The primitive type bool does appear though, as there is no std::bool. So it looks to me like these are mistakenly being treated as duplicates and not shown. This is a regression from stable.

Stable:
stable

Nightly:
nightly

cc @GuillaumeGomez

@GuillaumeGomez GuillaumeGomez self-assigned this Nov 16, 2017
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue Nov 18, 2017
…QuietMisdreavus

Fix primitive types not showing up

Fixes rust-lang#46017.

r? @QuietMisdreavus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants