I couldn't find any nice way of removing a toolchain once I'm done with it. For example, if I just downloaded a nightly version to play around with some unstable API, but it's not something I want to keep using going forward, so I'd like to just delete the nightly toolchain again.
Is this possible as-is, and I just missed it?
I think you are looking for :
rustup toolchain uninstall XXX
Gotcha, thanks! I wasn't aware the subcommands had their own help pages, which is why I couldn't find it.
No worries, please close this issue
Most helpful comment
I think you are looking for :
rustup toolchain uninstall XXX