Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Is it normal behavior that the ```rustup toolchain list``` command will download and install toolchains?
Is it normal behavior that the ```rustup toolchain list``` command will download and install toolchains?
â rust đ 2025-05-30 đ¤ surdeus đī¸ 3I tried some older versions to do some testing and then uninstall it.
rustup install <old_version>
rustup default <old_version>
When I uninstall the toolchain using rustup uninstall <old_version>
and then view the list using rustup toolchain list
, it automatically starts downloading and installing the toolchain I just uninstalled.
Is it normal behavior that the rustup toolchain list
command will download and install toolchains[1]? I think it's better to ask first than to start the download automatically.
If the default corresponding toolchain is not installed âŠī¸
2 posts - 2 participants
đˇī¸ rust_feed