Async job failed (Rust LSP keeps crashing) #8367
-
I am trying to use helix to write Rust code on my MacBook Pro (M1 Max chip, Ventura OS). I installed rust via the suggestion on the website And I installed rust-analyzer and helix via brew.
The issue is whenever I save the code such that it would experience some compilation issues I get Any suggestions on how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
What does the log file say when running in verbose mode ( |
Beta Was this translation helpful? Give feedback.
-
I have actually fixed the issue by uninstalling helix and rust analyzer with brew. And then installed helix in the following way (mostly just following the docs, but putting it here in case it helps someone else)
I then followed the links in the docs to the lsp setup page here and just followed what was there.
In languages.toml:
Everything seems to be working great now. |
Beta Was this translation helpful? Give feedback.
I have actually fixed the issue by uninstalling helix and rust analyzer with brew. And then installed helix in the following way (mostly just following the docs, but putting it here in case it helps someone else)
I then followed the links in the docs to the lsp setup page here and just followed what was there.
rustup component add rust-analyzer
In languages.toml: