Skip to content

Commit def3b5d

Browse files
committed
Remove outdated rustup installation issue description
1 parent 9e6ae6b commit def3b5d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/user/manual.adoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -181,19 +181,6 @@ On Unix, running the editor from a shell or changing the `.desktop` file to set
181181
$ rustup component add rust-analyzer
182182
----
183183

184-
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:
185-
[source,bash]
186-
----
187-
$ rustup which --toolchain stable rust-analyzer
188-
----
189-
You can link to there from `~/.cargo/bin` or configure your editor to use the full path.
190-
191-
Alternatively you might be able to configure your editor to start `rust-analyzer` using the command:
192-
[source,bash]
193-
----
194-
$ rustup run stable rust-analyzer
195-
----
196-
197184
==== Arch Linux
198185

199186
The `rust-analyzer` binary can be installed from the repos or AUR (Arch User Repository):

0 commit comments

Comments
 (0)