rustup icon indicating copy to clipboard operation
rustup copied to clipboard

Is the rust-analyzer proxy supposed to be installed on tier-2 and lower platforms?

Open lunasophia opened this issue 1 year ago • 4 comments

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

  1. Install Rust via rustup on a tier 2 platform
  2. Install the rust-analyzer component
  3. 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)

lunasophia avatar Apr 01 '23 00:04 lunasophia