-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
Describe the problem you are trying to solve
I have a nightly installed and want to add a component that is not available for this or any newer nightly.
Describe the solution you'd like
With #2126 we have rustup toolchain install --allow-downgrade; this issue would be solved by adding the parallel rustup component add --allow-downgrade.
Notes
Currently available work-around: rustup toolchain install $already_installed_channel --allow-downgrade -c added_component_name
Reactions are currently unavailable