-
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
rustfmt / clippy component missing #104930
Comments
|
I think this is a rustup bug somehow, it's looking specifically for
I can back this out to give rustup time to fix it in a new release, this wasn't an urgent fix. I want to spend another few minutes investigating first though. |
I don't think rustup's rename system is designed to allow changing the name of a component. rust-lang/rustup#1549 contains more information about how and why this was done. |
@kinnison says I need at a minimum to keep the |
I'm happy to run dev-static builds as needed, but I agree that a revert is appropriate for the time being. Please feel free to poke on Zulip if you need a quick review, etc. I'm a little surprised our testing in #103648 didn't catch this -- let's make sure we understand how to test it in the future. |
@Mark-Simulacrum what went wrong in #103648 is that |
rustup update
It should not be possible that clippy component is missing since we are gating on it in CI..?
cc @jyn514 #103648
The text was updated successfully, but these errors were encountered: