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 During the `rustup update`, during the extraction stage, it `SHOULD NOT` panic on a corrupted downloaded artifact. I refer to the comment I made in the issue https://github.com/rust-lang/rustup/issues/2166#issuecomment-1165479987...

bug
incomplete

I commonly work with pinned nightlies in projects that require extra components installed, updating the pinned date in one of these projects is a lot of work since I need...

### Problem you are trying to solve I'd like a build script to work in different environments, both CI contains and various user setups. In the CI container, there is...

enhancement

**Describe the problem you are trying to solve** rustup-init.sh was recently updated to [force strong TLS 1.2-1.3 cipher suites](https://github.com/rust-lang/rustup/pull/2287/commits/59114b88850dec9b49c52260262ae497836364eb) for downloading files (if supported by local tools). However, rustup itself...

enhancement
help wanted

This is an implementation of [RFC 3279](https://github.com/rust-lang/rfcs/pull/3279).

Closes #478. This further contributes to Jubilee Young's efforts to add support for non-posix compliant shells by adding `add_to_path` and `remove_from_path` methods to the UnixShell trait. This removes the bulk...

### Problem On Windows, with `MSVC`-compiler toolchain installed, I get this warning/error ``` [redacted]〉rustup toolchain install nightly-msvc 06/01/2022 11:44:05 AM error: DEPRECATED: future versions of rustup will require --force-non-host to...

bug

### Problem jeff@MacBook-Pro ~ % rustup update info: syncing channel updates for 'stable-x86_64-apple-darwin' info: latest update on 2022-05-19, rust version 1.61.0 (fe5b13d68 2022-05-18) info: downloading component 'rust-std' for 'wasm32-unknown-unknown' 16.9...

bug

### Problem The tool miri can become unusable from a project with a `rust-toolchain.toml`, if it is unavailable for the current nightly, even if it is set as a required...

bug