Skip to content

check-on-save progress report should indicate when it built a test crate #19952

@RalfJung

Description

@RalfJung

When doing a check-on-save build, RA will print a message in the status bar when a crate finished building. However, it prints only the crate name. When the check build checks all targets (including tests), this can be confusing as it means that the same crate is shown twice. I don't even know how often I went like "wait why did it build that crate twice?" before realizing that one of them must have been the test crate.

Would be nice if RA could follow cargo here and print something like crate_name (test) when referring to the test version of that crate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-cargocargo related issuesC-featureCategory: feature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions