You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to pin clippy to specific nightly version (which will be updated every time the subtree of the rustc repo is synced into the clippy standalone repo) to make sure a cargo build will always be able to build clippy.
I wanted to use a rust-toolchain file but it turns out, rustup only downloads default components for the specified version.
Clippy needs the rustc-dev component but there is no way to tell rustup to install that via rust-toolchain rendering it pretty useless for that use case. :(
It would be useful to be able to specify required components in the roolchain file.