diff options
| author | bors <bors@rust-lang.org> | 2024-01-03 14:06:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-03 14:06:47 +0000 |
| commit | 4f94ebb45a6b78fe2f4c31ba7a05505ddd01437c (patch) | |
| tree | 35cc5ea70cefc00fe0238b50168244074f0bbdc1 | |
| parent | 91ffbd7788f4915e288e4401b1675847f4d2cfbe (diff) | |
| parent | 570ee51d50eed838e24faeb8a3f36a86f41ecb5f (diff) | |
| download | rust-4f94ebb45a6b78fe2f4c31ba7a05505ddd01437c.tar.gz rust-4f94ebb45a6b78fe2f4c31ba7a05505ddd01437c.zip | |
Auto merge of #16238 - lnicola:gentoo-docs, r=lnicola
Tweak Gentoo instructions CC https://github.com/rust-lang/rust-analyzer/pull/15922#discussion_r1398224723
| -rw-r--r-- | docs/user/manual.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index bf9827ddea7..2a65fba7b6b 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -186,7 +186,10 @@ $ pacman -S rust-analyzer ==== Gentoo Linux -`rust-analyzer` is installed when the `rust-analyzer` use flag is set for dev-lang/rust or dev-lang/rust-bin. You also need to set the `rust-src` use flag. +`rust-analyzer` is installed when the `rust-analyzer` USE flag is set for `dev-lang/rust` or `dev-lang/rust-bin`. +You also need to set the `rust-src` USE flag. + +This is similar to using the `rustup` component, so it will install a version that lags behind the official releases on GitHub . ==== macOS |
