Skip to content

:checkhealth rustaceanvim says rust-analyzer is found, but isn't used #164

Answered by mrcjkb
FritsHoogland asked this question in Q&A
Discussion options

You must be logged in to vote

My guess is that the rust-analyzer binary that is detected by the health check is broken/fails to start, and the one installed using rustup isn't.

You should be able to troubleshoot this by running it from the command line.

UPDATE: rustup comes with the rust-analyzer wrapper, which is what checkhealth picks up.
But the wrapper will fail to start if you don't rustup component add rust-analyzer.

Created #284

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@FritsHoogland
Comment options

@mrcjkb
Comment options

@FritsHoogland
Comment options

@mrcjkb
Comment options

Answer selected by mrcjkb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants