-
Notifications
You must be signed in to change notification settings - Fork 970
Closed
Labels
C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICE
Description
On the latest master (2c8b3be) the cargo-fmt binary isn't displaying it's version information properly.
This is what I get when running cargo-fmt
cargo run --bin cargo-fmt -- --version
cargo-fmt
However we aren't seeing the same issue with rustfmt
cargo run --bin rustfmt -- --version
rustfmt 1.5.0-nightly (2c8b3bef 2022-06-21)
shepmaster
Metadata
Metadata
Assignees
Labels
C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICE