We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d8d542 + 353f7ce commit 429fa44Copy full SHA for 429fa44
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.
20
We are not there yet, so some editor specific setup is required.
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
29
=== VS Code
30
31
This the best supported editor at the moment.
0 commit comments