diff options
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. |