rustup
rustup copied to clipboard
The Rust toolchain installer
Currently the output looks like this: ``` info: syncing channel updates for 'stable' info: downloading component 'rust' info: syncing channel updates for 'nightly' info: downloading component 'rustc' 46.40 MiB /...
### Verification - [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue and found no duplicates. - [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...
### Verification - [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue and found no duplicates. - [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...
### Verification - [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue and found no duplicates. - [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...
I have hit a strange issue where using cargo reported by `rustup which` doesn't work. When building `dashmap` crate it downloads rust 1.65 and tries to build with that but...
### Problem you are trying to solve People who work on projects using pinned nightly (`nightly-DDDD-MM-YY`) or stable (`1.XX.0`) channels, or who perform bisection on toolchain bugs, may end up...
This is just a draft I'm posting to gather feedback and maybe discuss implementation details. The configuration file in this PR tells rustup how to install the needed Visual Studio...
### Verification - [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue and found no duplicates. - [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...
### Problem you are trying to solve The Internet seems to be decomposing and Open Source project download channels are collapsing in the process. Rustup is not immune unfortunately and...
### Problem you are trying to solve Can we get target triples going to support Cygwin-style Rust applications for ARM Windows? While we do technically have `aarch64-pc-windows-msvc` available, cross-compiling Windows...