You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the error: DEPRECATED: future versions of rustup will require --force-non-host to install a non-host toolchain as the default. warning shows up, even if you are installing a non-default toolchain
Steps
on a glibc linux system, run rustup toolchain add nightly-x86_64-unknown-linux-musl
Possible Solution(s)
If --force-non-host is to be required when installing any non-host toolchain, the "as the default" text should be removed. If the warning description is correct, the warning should only appear when trying to install a default toolchain.
Notes
The "I am on the latest version" checkbox should be optional, as the latest rustup has not yet been packaged for nix.
Verification
Problem
the
error: DEPRECATED: future versions of rustup will require --force-non-host to install a non-host toolchain as the default.
warning shows up, even if you are installing a non-default toolchainSteps
on a glibc linux system, run
rustup toolchain add nightly-x86_64-unknown-linux-musl
Possible Solution(s)
If
--force-non-host
is to be required when installing any non-host toolchain, the "as the default" text should be removed. If the warning description is correct, the warning should only appear when trying to install a default toolchain.Notes
The "I am on the latest version" checkbox should be optional, as the latest rustup has not yet been packaged for nix.
Rustup version
rustup 1.26.0 (1980-01-01)
Installed toolchains
OS version
The text was updated successfully, but these errors were encountered: