Skip to content

Searching for macro documentation is unintuitive #13852

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
rcxdude opened this issue Apr 29, 2014 · 0 comments
Closed

Searching for macro documentation is unintuitive #13852

rcxdude opened this issue Apr 29, 2014 · 0 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@rcxdude
Copy link
Contributor

rcxdude commented Apr 29, 2014

Searching for a macro is currently confusing, because searching for macro_name! does not return any results, and usually when searching for macro_name the item of importance is not near the stop and is in std::macros::macro_name, which is unexpected.

I think the best approach would be to allow searching for macro_name! and have the macro appear in the list as std::macros::macro_name!.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

2 participants