Problem
A link to Windows aarch64 version of rustup-init.exe is missing from the Other Installation Methods page.
Steps
- Open Other Installation Methods page
- Look for rustup-init.exe for Windows aarch64 (
aarch64-pc-windows-msvc). It's not there.
- Go to https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe. It's there because it is available.
Possible Solution(s)
It looks like the list of available artifacts is populated from this file. I assume it's auto-generated, so the obvious solution is to make sure the aarch64-pc-windows-msvc artifacts gets in there.
Notes
Please let me know the process of adding an artifact to that file. I will then open a PR with all the necessary changes.
Rustup version
Installed toolchains
Problem
A link to Windows aarch64 version of rustup-init.exe is missing from the Other Installation Methods page.
Steps
aarch64-pc-windows-msvc). It's not there.Possible Solution(s)
It looks like the list of available artifacts is populated from this file. I assume it's auto-generated, so the obvious solution is to make sure the
aarch64-pc-windows-msvcartifacts gets in there.Notes
Please let me know the process of adding an artifact to that file. I will then open a PR with all the necessary changes.
Rustup version
1.26.0Installed toolchains
N/A