Skip to content
Discussion options

You must be logged in to vote

Whoops it looks like I made a mistake, I downloaded rust analyzer only on my stable toolchain and not on my nightly toolchain.

Do either this for global

rustup default nightly
rustup component add rust-analyzer

Or in a specific directory:

rustup override set nightly
rustup component add rust-analyzer

As long as you're on a nightly toolchain, add rust analyzer to that. My mistake is that I thought rustup component add _ adds for all toolchains.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@connortsui20
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by connortsui20
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