aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-17 09:55:38 +0000
committerGitHub <[email protected]>2020-02-17 09:55:38 +0000
commit429fa445b7aa4dcea8c2456aeb07321fe22c000a (patch)
tree3ee572269da95b90bd39696626553065f51c09fd
parent8d8d542dfa1d3b83088a1f48a91665e95fd008cc (diff)
parent353f7ce2ec221d44e7dfc27655489c07ca557d4c (diff)
Merge #3185
3185: Mention rust-src r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--docs/user/readme.adoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc
index 553687e78..57a8cbe31 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -19,6 +19,13 @@ https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc
19In theory, one should be able to just install the server binary and have it automatically work with any editor. 19In theory, one should be able to just install the server binary and have it automatically work with any editor.
20We are not there yet, so some editor specific setup is required. 20We are not there yet, so some editor specific setup is required.
21 21
22Additionally, rust-analyzer needs sources of the standard library.
23This commands adds them:
24
25```bash
26$ rustup component add rust-src
27```
28
22=== VS Code 29=== VS Code
23 30
24This the best supported editor at the moment. 31This the best supported editor at the moment.