Skip to content

rustup doc should support searching for names #4165

Open
@joshtriplett

Description

@joshtriplett

Problem you are trying to solve

rustup doc requires giving the exact path to an item in order to get its documentation. I'd love to write rustup doc File rather than rustup doc std::fs::File.

Solution you'd like

rustup doc File should open the documentation for std::fs::File.

This could work by doing the search in rustup, or by opening the rustdoc search page with a query of File.

Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions