(no title)
cfreksen | 1 year ago
> My current plan is indeed to remove implicit installations entirely.
[0]: https://github.com/rust-lang/rustup/issues/3635
[1]: https://github.com/rust-lang/rustup/issues/3635#issuecomment...
cfreksen | 1 year ago
> My current plan is indeed to remove implicit installations entirely.
[0]: https://github.com/rust-lang/rustup/issues/3635
[1]: https://github.com/rust-lang/rustup/issues/3635#issuecomment...
sestep|1 year ago
thesuperbigfrog|1 year ago
Here is a slightly contrived, but realistic example of why it is a bad idea:
Installing toolchains automatically without the user's consent or permission is a supply chain attack in waiting for both Rust and Go.Perhaps they could make it a configuration setting that developers could opt-in? That would let developers who want automatic toolchain installs to have it and others who do not want it (or whose employers will not allow it) to not have it.