diff options
| author | bors <bors@rust-lang.org> | 2024-01-03 13:38:37 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-03 13:38:37 +0000 |
| commit | 91ffbd7788f4915e288e4401b1675847f4d2cfbe (patch) | |
| tree | edb6bca666804ddc48c94dac93320af49512301a | |
| parent | 078183231be8adb9bba07333e2819acc596a22cc (diff) | |
| parent | 331abe2d1fe176f3338eb1ff25a719f3c389cd5e (diff) | |
| download | rust-91ffbd7788f4915e288e4401b1675847f4d2cfbe.tar.gz rust-91ffbd7788f4915e288e4401b1675847f4d2cfbe.zip | |
Auto merge of #15922 - paul-jewell:master, r=Veykril
Updated instructions for installing rust-analyzer under Gentoo. No need to install the guru overlay to install rust-analyzer. This is now installed based on use flag settings for dev-lang/rust and dev-lang/rust-bin. This pull request changes the instructions in the user manual. Note: rust-analyzer is not available in the guru repository, so the old instructions no longer work.
| -rw-r--r-- | docs/user/manual.adoc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 9fc19a7d074..bf9827ddea7 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -186,18 +186,7 @@ $ pacman -S rust-analyzer ==== Gentoo Linux -`rust-analyzer` is available in the GURU repository: - -- https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-util/rust-analyzer?id=9895cea62602cfe599bd48e0fb02127411ca6e81[`dev-util/rust-analyzer`] builds from source -- https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-util/rust-analyzer-bin?id=9895cea62602cfe599bd48e0fb02127411ca6e81[`dev-util/rust-analyzer-bin`] installs an official binary release - -If not already, GURU must be enabled (e.g. using `app-eselect/eselect-repository`) and sync'd before running `emerge`: - -[source,bash] ----- -$ eselect repository enable guru && emaint sync -r guru -$ emerge rust-analyzer-bin ----- +`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. ==== macOS |
