rustup
rustup copied to clipboard
The Rust toolchain installer
This fixes a problem where if you did `toolchain link "" ...` then the `toolchains` dir was broken. This fixes #2982 Signed-off-by: Daniel Silverstone
### Problem ``` » RUST_BACKTRACE=1 cargo b info: syncing channel updates for 'nightly-2021-10-14-x86_64-apple-darwin' info: latest update on 2021-10-14, rust version 1.57.0-nightly (dfc5add91 2021-10-13) info: downloading component 'cargo' info: downloading component...
### Problem you are trying to solve When I tried to install rustup, it seems not support `i686-unknown-linux-musl` ``` localhost:~# curl https://sh.rustup.rs -sSf | sh info: downloading installer curl: (22)...
This is not necessarily the best way to do this, but I wanted an example up in case someone else wanted to take this further and complete it. If @rbtcollins...
(Note: this has been edited by the rustup team) 1.24.0 shipped with the ability to run `cargo fmt`, untested. 1.24.1 will not have that defect. We need to test to...
**Problem** We forgot about WSL when making the threading code OS specific. **Steps** 1. Run rustup in WSL on Windows 10 (a WSL backed to an NTFS volume) 2. 3....
I would absolutely love it if rustup had OpenBSD support. We're still pretty similar to NetBSD and rust is available on OpenBSD so it shouldn't be too difficult to port.
### Problem running ``` rustup toolchain link "" rust/build/x86_64-unknown-linux-gnu/stage1 ``` with a valid path will delete all the installed toolchains ### Steps 1. `rustup toolchain link "" rust/build/x86_64-unknown-linux-gnu/stage1` 2. look...
**Problem** Installation of Rust went smooth on Windows 11 and Ubuntu itself, but when trying to install it on the Ubuntu subsystem of Windows 11, my computer went into Green...
**NOTE**: Edited by @kinnison Mozilla are prepared to offer access to their Autograph signing service. Thus if you want to help, the relevant useful comment is https://github.com/rust-lang/rustup.rs/issues/1568#issuecomment-509503964 which will guide...