mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Mention rust-src
This commit is contained in:
parent
8d8d542dfa
commit
353f7ce2ec
@ -19,6 +19,13 @@ https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc
|
||||
In theory, one should be able to just install the server binary and have it automatically work with any editor.
|
||||
We are not there yet, so some editor specific setup is required.
|
||||
|
||||
Additionally, rust-analyzer needs sources of the standard library.
|
||||
This commands adds them:
|
||||
|
||||
```bash
|
||||
$ rustup component add rust-src
|
||||
```
|
||||
|
||||
=== VS Code
|
||||
|
||||
This the best supported editor at the moment.
|
||||
|
Loading…
Reference in New Issue
Block a user