rules_rust icon indicating copy to clipboard operation
rules_rust copied to clipboard

Action mnemonic should use crate_name instead of label.name

Open ashi009 opened this issue 7 months ago • 1 comments

It isn't very clear when the crate_name doesn't match the target label.

As only the label.name is printed in the progress message, I'm seeing bunch of actions look identical:

Compiling Rust rlib api v0.1.0 (6 files)
Compiling Rust rlib api v0.1.0 (17 files)

Though they are targets with the same name in different packages.

I think it's better to use a) crate_name, idential in a workspace b) full label for clarity.

ashi009 avatar Jun 05 '25 06:06 ashi009

@UebelAndre please see PR #3691

ashi009 avatar Oct 22 '25 02:10 ashi009