rustup
rustup copied to clipboard
The Rust toolchain installer
### Problem you are trying to solve For anyone who has multiple targets installed, completing a `rustup update` can take quite a while. It seems the order of operations is:...
### Problem you are trying to solve I have a macbook with only 256GB SSD as I am not willing to pay the insane upgrade prices of apple Thus, 700MB...
### Problem you are trying to solve I'm trying to install `nightly-2024-10-25` as nightly, or `1.79.0` as stable to keep scripts as CI unchanged ### Solution you'd like `rustup install...
### Problem having cargo and rustup installed and call it first time it errors out, the only action i did not expect when building something. if you can print "run...
### Problem you are trying to solve As dicsusued in https://github.com/rust-lang/rustup/pull/4080#issuecomment-2481060171 and https://github.com/rust-lang/rustup/pull/4080#issuecomment-2485247199. I think it would be a good idea to introduce a formatter for this. It would help...
### Problem you are trying to solve When running `rustup update` and a component fails to download, already downloaded component are redownloaded on subsequent run. Step to reproduce: 1. Have...
### Verification - [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates. - [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...