-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
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!
.
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.