Skip to content

Commit dc5afb1

Browse files
bors[bot]jhscheer
andauthored
Merge #10608
10608: Amend the instruction for rustup. r=lnicola a=jhscheer The current instruction for installation via rustup are misleading. Co-authored-by: Jan Scheer <[email protected]>
2 parents bbbb0e5 + 1bfedc3 commit dc5afb1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/user/manual.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,11 @@ On Unix, running the editor from a shell or changing the `.desktop` file to set
173173
`rust-analyzer` is available in `rustup`, but only in the nightly toolchain:
174174

175175
[source,bash]
176-
---
176+
----
177177
$ rustup +nightly component add rust-analyzer-preview
178-
---
178+
----
179+
180+
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].
179181

180182
==== Arch Linux
181183

0 commit comments

Comments
 (0)