rustup icon indicating copy to clipboard operation
rustup copied to clipboard

The Rust toolchain installer

Results 347 rustup issues
Sort by recently updated
recently updated
newest added

### Problem When attempting to run rustup-init.exe via MSYS2, it immediately fails after printing the initial prompt and an error. ``` Rust Visual C++ prerequisites Rust requires a linker and...

bug

### Problem This is a regression in rustup 1.25 on Windows. If a program run via `cargo run` tries to run a command like `cargo +nightly ...`, it fails even...

bug

This adds `rust-analyzer` as a proxy. rust-analyzer is replacing RLS (see https://blog.rust-lang.org/2022/07/01/RLS-deprecation.html). As part of that process, I'd like to make rust-analyzer easier to run for non-VSCode users. The `rust-analyzer`...

### Problem It appears that a recent rustup update today caused our GitHub Actions CI to start failing to install a pinned nightly version. Passing (7hrs ago): https://github.com/unicode-org/icu4x/actions/runs/2650696918 Failing (1hr...

bug

### Problem I used to specify the toolchain version that I want to use in `rust-toolchain.toml`, but recently I get an error like this when I try to use cargo...

bug

Currently this outputs ``` error: toolchain `mycustomtoolchain' does not support components info: caused by: invalid toolchain name: 'mycustomtoolchain' ``` This is called by RLS so it's needed to use the...

### Problem you are trying to solve I run `rustup update` and other commands to update the software on my PC every day. I know my installation of rustup is...

enhancement
help wanted
E-easy
E-mentor

https://www.hardenize.com/report/rustup.rs/1606542595#www_tls https://www.ssllabs.com/ssltest/analyze.html?d=sh.rustup.rs Disable TLS1.1 if you can. Although this may create issues for CentOS6/RHEL6 currently in extended support mode. **Notes** No major browser should be using it now and the...

enhancement
question
security
website

### Problem you are trying to solve The installer currently sets up the .profile, .bash_profile and .zshenv files to source "$HOME/.cargo/env”. I would like something similar to be supported for...

enhancement

I had a weird error message after running `cargo test` this morning: ``` error: error parsing override file: newline in string found at line 2 column 19 ``` I checked...