Skip to content

rustup doc should use info!() and friends for console output #4994

Description

@rami3l

In #4986, we have:

> rustup doc --serve
Serving docs at http://127.0.0.1:63995/index.html (press Ctrl-C to stop)

... of course this is based on existing logic:

> rustup doc std::error 
Opening docs named `std::error` in your browser

... but I have the feeling that we should systematically use the logging system here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions