mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-03-06 19:39:12 +00:00
Fix rust-src installation command in FAQ
Correct the command to install rust-src in the FAQ.
This commit is contained in:
parent
cf38ac29fb
commit
6be960c79d
@ -4,7 +4,7 @@
|
||||
|
||||
rust-analyzer fails to resolve `None`, and thinks you are binding to a variable
|
||||
named `None`. That's usually a sign of a corrupted sysroot. Try removing and re-installing
|
||||
it: `rustup component remove rust-src` then `rustup component install rust-src`.
|
||||
it: `rustup component remove rust-src` then `rustup component add rust-src`.
|
||||
|
||||
### Rust Analyzer and Cargo compete over the build lock
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user