Skip to content
Discussion options

You must be logged in to vote

The log shows

2023-07-08T01:30:14.991 helix_lsp::transport [ERROR] err <- "error: 'rust-analyzer' is not installed for the toolchain 'stable-x86_64-unknown-linux-gnu'\n"

meaning that when we execute whatever rust-analyzer is on $PATH, it prints that line to stderr and then exits. You should see the same thing by executing rust-analyzer in a shell. It looks like you just need the stable version of rust-analyzer added.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@xpeng2333
Comment options

@the-mikedavis
Comment options

Answer selected by xpeng2333
@Rhylan2333
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #7571 on July 08, 2023 14:34.