-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo-fmt
reports weird version on nightly
#137666
Comments
I did a quick check, #137541 doesn't fix this. |
Clippy doesn't have this problem. Since both tools share common implementations I assume there might be some internal logic in |
It has been fixed?
|
I still see this:
|
Try to update the nightly?
|
No it is updated :) That's why it's super weird. I also removed the toolchain and reinstalled it.
I even tried a pinned nightly (2025-03-01) which doesn't have any extra components, where the same thing happens. |
The code is here. It seems that |
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.
The text was updated successfully, but these errors were encountered: