Closed
Description
Apologies if this already exists, but I couldn't find it in the docs or shell help. Or if there is an alternate workflow for this.
I love rust-toolchain.toml
, it's a great idea. It would be even more useful if there were a command such as rustup override install
, which would look at the current rust-toolchain.toml
and install the toolchain and components specified there. It would be super useful both when exploring projects for the first time, but also when using disposable container-based development environments.
I'm unopinionated on the exact syntax of this command. Also happy to help implement this if the maintainers want it.
### Tasks
- [ ] https://github.com/rust-lang/rustup/issues/3972