-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Open
Labels
A-rustfmtArea: RustfmtArea: RustfmtC-bugCategory: This is a bug.Category: This is a bug.T-rustfmtRelevant to the rustfmt team, which will review and decide on the PR/issue.Relevant to the rustfmt team, which will review and decide on the PR/issue.
Description
$ rustup update nightly
$ cd .rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin
$ ./cargo-fmt --version
rustfmt 1.8.0-stable (4d91de4e48 2025-02-17)
$ ./rustfmt --version
rustfmt 1.8.0-nightly (85abb27636 2025-02-25)
The version has a different date than rustfmt
, which I would perhaps understand, but it's a bit weird that it says -stable
even though it's in the nightly toolchain.
It's possible that #137541 might fix this, we'll see after the next nightly is released.
Metadata
Metadata
Assignees
Labels
A-rustfmtArea: RustfmtArea: RustfmtC-bugCategory: This is a bug.Category: This is a bug.T-rustfmtRelevant to the rustfmt team, which will review and decide on the PR/issue.Relevant to the rustfmt team, which will review and decide on the PR/issue.