diff options
| author | Ali Bektas <bektasali@protonmail.com> | 2023-07-08 16:15:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-08 16:15:08 +0200 |
| commit | 2e5d431dfcb5402e438c71a28895f9def0084129 (patch) | |
| tree | b53a60ec32b731862cf527fff156d8bbca0e6dbd | |
| parent | 655dd188d6b8b43e4f3b1a7e3503af77d25bea63 (diff) | |
| download | rust-2e5d431dfcb5402e438c71a28895f9def0084129.tar.gz rust-2e5d431dfcb5402e438c71a28895f9def0084129.zip | |
Update docs/user/manual.adoc
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
| -rw-r--r-- | docs/user/manual.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index bcaebd87c79..b23c7c35d5d 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -142,6 +142,7 @@ $ cargo xtask install --server ---- Make sure that `.cargo/bin` is in `$PATH` and precedes paths where `rust-analyzer` may also be installed. +Specifically, `rustup` includes a proxy called `rust-analyzer`, which can cause problems if you're planning to use a source build or even a downloaded binary. === rust-analyzer Language Server Binary |
