diff options
| author | Mason Shuler <mshuler223@gmail.com> | 2023-05-26 16:40:30 -0400 |
|---|---|---|
| committer | Mason Shuler <mshuler223@gmail.com> | 2023-05-26 16:40:30 -0400 |
| commit | def3b5d7dd906fd83b24648919f2e86a10afe6a3 (patch) | |
| tree | 9d925b986607dc0a558d454f820c00428b01653a | |
| parent | 9e6ae6bac701e8c49f7f303548b162bcb9839dfb (diff) | |
| download | rust-def3b5d7dd906fd83b24648919f2e86a10afe6a3.tar.gz rust-def3b5d7dd906fd83b24648919f2e86a10afe6a3.zip | |
Remove outdated rustup installation issue description
| -rw-r--r-- | docs/user/manual.adoc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 419f7bac810..babf305794d 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -181,19 +181,6 @@ On Unix, running the editor from a shell or changing the `.desktop` file to set $ rustup component add rust-analyzer ---- -However, in contrast to `component add clippy` or `component add rustfmt`, this does not actually place a `rust-analyzer` binary in `~/.cargo/bin`, see https://github.com/rust-lang/rustup/issues/2411[this issue]. You can find the path to the binary using: -[source,bash] ----- -$ rustup which --toolchain stable rust-analyzer ----- -You can link to there from `~/.cargo/bin` or configure your editor to use the full path. - -Alternatively you might be able to configure your editor to start `rust-analyzer` using the command: -[source,bash] ----- -$ rustup run stable rust-analyzer ----- - ==== Arch Linux The `rust-analyzer` binary can be installed from the repos or AUR (Arch User Repository): |
