Fix rust-src installation command in FAQ
Correct the command to install rust-src in the FAQ.
This commit is contained in:
parent
acfb441952
commit
38bb09eeff
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue