Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upPlease support a "system" toolchain #1490
Comments
This comment has been minimized.
This comment has been minimized.
|
Note that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
joshtriplett commentedAug 27, 2018
I'd like to be able to test things using my system-installed version of Rust, and also use nightly Rust via rustup. To support this, I'd love to have support in rustup for a "system" toolchain, which would allow
cargo +system, or settingsystemas the default and usingcargo +nightly.When using the "system" toolchain, the various rustup-managed binaries would simply forward to the corresponding system binaries.