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

(Edited to capture all the details that have emerged over time) # Recovering from this bug: Usually just doing a `rustup component remove NAME && rustup component add NAME` will...

bug
enhancement
help wanted

The rustup installation system has a transactional system that is only partially transactional. It isn't concurrent operation safe (see #988 ), but it also isn't able to recover from lost...

bug

**Describe the problem you are trying to solve** Decompression can be an bottleneck if the network is fast. XZ (LZMA) is surprising slow and can quickly dominate the time spent...

enhancement

# Workaround To install `rustup` on `Ubuntu`, make sure that `curl` is installed via `apt`, not `snapd`. ``` sudo snap remove curl sudo apt-get install curl ``` ## Problem details...

bug
not-rustup

### Problem I tried to install Rust when disk space was low and got the following error: ```error: component download failed for cargo-x86_64-unknown-linux-gnu: could not download file from 'https://static.rust-lang.org/dist/2022-01-20/cargo-1.58.1-x86_64-unknown-linux-gnu.tar.xz' to...

enhancement
help wanted
E-mentor

### Problem I'm doing some work with slightly-modified manifests, and have run into a panic in Rustup that I wasn't expecting. It turns out that if you remove both `url`...

bug

**Problem** expected debugget output but this message pops up ```the 'rust-gdb.exe' binary, normally provided by the 'rustc' component, is not applicable to the 'stable-x86_64-pc-windows-gnu' toolchain``` **Steps** 1.type rustup-gdb or rustup-lldb...

bug

### Problem `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash` fails with: ```info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu' error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256' to '/home/terry/.rustup/tmp/l6iooajjzu4sbq0v_file': failed to make...

bug

I was looking into why rustup had a performance penalty over calling cargo directly in simple cases, and found most of the time was spent parsing the `multirust-channel-manifest.toml` file. Looking...

Wanting to use musl instead of gnu, I run into this issue: ``` $ rustup toolchain add stable-x86_64-unknown-linux-musl warning: toolchain 'stable-x86_64-unknown-linux-musl' may not be able to run on this system....

bug
help wanted
E-easy
E-mentor