Skip to content

RUST_LOG=::help should be sorted #8949

Closed
@huonw

Description

@huonw

It makes it much easier to find what one is looking for.

$ RUST_LOG=::help hello-world

Crate log map:

 std::io
 std::path
 std::os
 std::condition
 std::ptr

It's a lot worse for e.g. RUST_LOG=::help rustc, since it has a much longer list of modules.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-diagnosticsArea: Messages for errors, warnings, and lints

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions