We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x86_64-pc-windows-gnu/rustup-init.exe
x86_64-pc-windows-gnu
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?