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

### Verification - [X] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates. - [X] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...

bug

Cherry-picked from #3803 as discussed in https://github.com/rust-lang/rustup/pull/3803#issuecomment-2168125917. ## Note This is done by simply replacing `#[cfg_attr\(feature = \"otel\", tracing:: instrument(\((.*)\))?\)\]` with `#[tracing::instrument(level = "trace", $2)]`.

### Verification - [X] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates. - [X] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...

bug

## Background [BinaryBuilder](https://binarybuilder.org/) is a toolbox written in Julia which provides a sandbox environment to cross-compile packages for a variety of platforms and compilers, including Rust. The host platform in...

### Problem you are trying to solve RUSTUP-INIT.EXE https://www.rust-lang.org/tools/install requires old toolchain (MSVC - VS 2019 and older) the modern version is visual studio 2022 / MSVC - VS 2022...

enhancement
website
O-windows

### Problem you are trying to solve On Windows 11, it suggests installing Windows 10 SDK instead of Windows 11 SDK. Latest SDK improvements and security improvements need to be...

enhancement
help wanted
E-mentor
O-windows

**Describe the problem you are trying to solve** Stop us playing whack-a-mole with progress bars. Also get nicer, shinier ones. https://github.com/rust-lang/rustup.rs/issues/1826 is perhaps a case of this (but perhaps also...

enhancement

There is already another general issue titled [Consider packaging rustup](https://github.com/rust-lang-nursery/rustup.rs/issues/800) & this request is specific to chocolatey. It would be great to be able to do: ``` choco install rustup...

O-windows

reqwest is mature enough that I don't feel the need to keep maintaining an abstraction layer, and would rather be using pure Rust instead of curl. Make sure that it...

help wanted

### Problem you are trying to solve I was trying to build https://github.com/rust-lang/www.rust-lang.org and encountering some very confusing behavior - it was complaining about edition 2021 stuff, even though I...

enhancement