Skip to content

Searching for macro documentation is unintuitive #13852

Closed
@rcxdude

Description

@rcxdude

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

No one assigned

    Labels

    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

    Development

    No branches or pull requests

    Issue actions