diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-17 09:55:38 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-17 09:55:38 +0000 |
commit | 429fa445b7aa4dcea8c2456aeb07321fe22c000a (patch) | |
tree | 3ee572269da95b90bd39696626553065f51c09fd /docs/user | |
parent | 8d8d542dfa1d3b83088a1f48a91665e95fd008cc (diff) | |
parent | 353f7ce2ec221d44e7dfc27655489c07ca557d4c (diff) |
Merge #3185
3185: Mention rust-src r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/readme.adoc | 7 |
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 | |||
19 | In theory, one should be able to just install the server binary and have it automatically work with any editor. | 19 | In theory, one should be able to just install the server binary and have it automatically work with any editor. |
20 | We are not there yet, so some editor specific setup is required. | 20 | We are not there yet, so some editor specific setup is required. |
21 | 21 | ||
22 | Additionally, rust-analyzer needs sources of the standard library. | ||
23 | This commands adds them: | ||
24 | |||
25 | ```bash | ||
26 | $ rustup component add rust-src | ||
27 | ``` | ||
28 | |||
22 | === VS Code | 29 | === VS Code |
23 | 30 | ||
24 | This the best supported editor at the moment. | 31 | This the best supported editor at the moment. |