aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-17 09:55:08 +0000
committerAleksey Kladov <[email protected]>2020-02-17 09:55:08 +0000
commit353f7ce2ec221d44e7dfc27655489c07ca557d4c (patch)
tree3ee572269da95b90bd39696626553065f51c09fd /docs/user
parent8d8d542dfa1d3b83088a1f48a91665e95fd008cc (diff)
Mention rust-src
Diffstat (limited to 'docs/user')
-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.