rustup
                                
                                 rustup copied to clipboard
                                
                                    rustup copied to clipboard
                            
                            
                            
                        The Rust toolchain installer
`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...
### 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....
### 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...
### 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...
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:...
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:...
### 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" ] &&`...
Set the `default host triple` of `x86_64-pc-windows-gnu/rustup-init.exe` to ` x86_64-pc-windows-gnu`
### 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  ### Solution you'd like...
### 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...