mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Change Rust Analyzer->rust-analyzer to match style
This commit is contained in:
parent
08461cc8f0
commit
90916b726e
1 changed files with 4 additions and 4 deletions
|
@ -42,11 +42,11 @@ $ rustup component add rust-src
|
|||
|
||||
=== Toolchain
|
||||
|
||||
Rust Analyzer only officially supports using the latest stable toolchain.
|
||||
If you are using an older toolchain or have an override set, Rust Analyzer may fail to understand the Rust source.
|
||||
You will either need to update your toolchain or use an older version of Rust Analyzer that is compatible with your toolchain.
|
||||
Only the latest stable standard library source is officially supported for use with rust-analyzer.
|
||||
If you are using an older toolchain or have an override set, rust-analyzer may fail to understand the Rust source.
|
||||
You will either need to update your toolchain or use an older version of rust-analyzer that is compatible with your toolchain.
|
||||
|
||||
If you are using an override in your project, you can still force Rust Analyzer to use the stable toolchain via the environment variable `RUSTUP_TOOLCHAIN`.
|
||||
If you are using an override in your project, you can still force rust-analyzer to use the stable toolchain via the environment variable `RUSTUP_TOOLCHAIN`.
|
||||
For example, with VS Code or coc-rust-analyzer:
|
||||
|
||||
[source,json]
|
||||
|
|
Loading…
Reference in a new issue