]> git.lizzy.rs Git - rust.git/commit
Update manual now stable can be installed with rustup
authordvdsk <noreply@davidsk.dev>
Mon, 10 Oct 2022 17:00:47 +0000 (19:00 +0200)
committerdvdsk <noreply@davidsk.dev>
Mon, 10 Oct 2022 17:00:47 +0000 (19:00 +0200)
commit76be44eed5e0fe1a80d642a31a4f0537e151f7fe
tree0e9b00f40bc73467cbbff9a10cf261de7e69d1d1
parent61504c8d951c566eb03037dcb300c96f4bd9a8b6
Update manual now stable can be installed with rustup

`rustup` can now install `rust-analyzer` for the stable tool-chain. This commit removes the note that `rustup` can only install for the nightly branch and adjusts the command.

I also added a note on how to find the path to the `rust-analyzer` binary when installed using `rustup`, and suggestions on how to work around it not being placed in `~/.cargo/bin`.

I thought it would be ideal to point everyone to use `rustup run stable rust-analyzer` to start `rust-analyzer`. That would make it trivial to switch to nightly however I could not get this to work in `nvim` therefore I left it as a suggestion at the end.
docs/user/manual.adoc