We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I download this file:
https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe
and run I get this result by default:
Current installation options: default host triple: x86_64-pc-windows-msvc default toolchain: stable modify PATH variable: yes
However if I download this file:
https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-gnu/rustup-init.exe
and run I get the same result. With GNU RustUp why is it not setting GNU ABI for the default host triple?
The text was updated successfully, but these errors were encountered:
You want to ask this in rust-lang/rustup instead.
Sorry, something went wrong.
x86_64-pc-windows-gnu/rustup-init.exe
x86_64-pc-windows-gnu
Closing in favor of rust-lang/rustup#1851
No branches or pull requests
If I download this file:
https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe
and run I get this result by default:
However if I download this file:
https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-gnu/rustup-init.exe
and run I get the same result. With GNU RustUp why is it not setting GNU ABI for
the default host triple?
The text was updated successfully, but these errors were encountered: