Rust-analyzer language server exited. #13015
Unanswered
moqsien
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
Cargo installs specific rust devtools per toolchain e.g. rustfmt, rust-analyzer etc. in your system cargo couldn't find rust-analyzer for that toolchain version , so just install it with cargo install. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I have Cargo 1.85 installed on my iMac.
And rust-analyzer exited when I try to open helix source code with hx.
As I just noticed that the rust-version from Cargo.toml in helix source code is 1.76, is this the reason why helix failed to start rust-analyzer?
It's unreasonable that a higher version can not satisfy a low version requirement.
Reproduction Steps
Helix log
Platform
macOS
Terminal Emulator
iterm2 3.5.11
Installation Method
brew
Helix Version
25.01.1
Beta Was this translation helpful? Give feedback.
All reactions