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

`rustup-init` installed by Homebrew on macOS Big Sur 11.6, when run creates a number of files in `~/.cargo/bin` which are hard links to a symlink. This breaks backing up using...

bug
help wanted
E-mentor

### Problem when trying to update the rust using `rustup update` if somehow some problem accrue, like: 1. having low available space in drive (temp folder or rustup/cargo folder) 2....

bug

### Problem ```bash info: syncing channel updates for 'stable-x86_64-apple-darwin' info: checking for self-updates stable-x86_64-apple-darwin unchanged - rustc 1.56.1 (59eed8a2a 2021-11-01) info: cleaning up downloads & tmp directories thread 'main' panicked...

bug

### Problem you are trying to solve Follow up to a closed issue [SunOS/Solaris/Illumos support #1320](https://github.com/rust-lang/rustup/issues/1320) As of now Solaris ships with rustc 1.53.0 and cargo 1.53 and now "Common...

enhancement

For Firefox, we have a script that kind of duplicates the behavior of rustup and that repacks rust for use on Firefox CI. In some cases, we need to pin...

### Problem I'm trying to read documentation on a headless system, and it is not opening. ### Steps 1. observe this works: `DISPLAY= BROWSER=links xdg-open https://rustlang.org` 2. observe this fails:...

bug

OS: Fedora 24 Steps to reproduce: `test.rs` ```rust fn main { println!("foo"); } ``` `$ rustc test.rs` outputs `foo` `$ rustc test.rs -C prefer-dynamic` outputs `error while loading shared libraries:...

bug
O-linux

### Problem Installing rustup via the bash command messed up my .bash_profile. The installer truncated the line `[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"` to `[ -f "$HOME/.cargo/env" ] &&`...

bug
help wanted
E-mentor

### Problem you are trying to solve Currently,when I use [https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-gnu/rustup-init.exe](https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-gnu/rustup-init.exe) to download the `rustup-init.exe`, the default host triple is `x86_64-pc-windows-msvc`, see the images bellow ![image](https://user-images.githubusercontent.com/12807239/162692074-fb8c7a8c-56a6-42de-8135-c3baa009714c.png) ### Solution you'd like...

enhancement

### Problem Rust installation fails while `installing component 'rust-docs'` due to suggested, but (seemingly) unlikely, unsufficient disk space. Following 'The Cargo Book', I used `curl https://sh.rustup.rs -sSf | sh` to...

bug