rustup
rustup copied to clipboard
Is the rust-analyzer proxy supposed to be installed on tier-2 and lower platforms?
Problem
On platforms like aarch64-apple-darwin or x86_64-unknown-freebsd, when I install Rust via rustup, and then install the rust-analyzer component, rust-analyzer isn't installed (no binary, no proxy). It seems to only install on tier 1 platforms (I'm afraid I can only test on x86_64-unknown-linux-gnu). Is this deliberate?
Steps
- Install Rust via rustup on a tier 2 platform
- Install the rust-analyzer component
- Try to run rust-analyzer
Possible Solution(s)
No response
Notes
No response
Rustup version
rustup 1.25.2 (17db695f1 2023-02-01)
Installed toolchains
Default host: aarch64-apple-darwin
rustup home: /Users/luna/.rustup
installed toolchains
--------------------
stable-aarch64-apple-darwin (default)
nightly-aarch64-apple-darwin
active toolchain
----------------
stable-aarch64-apple-darwin (default)
rustc 1.68.2 (9eb3afe9e 2023-03-27)