Skip to content

Commit 91ffbd7

Browse files
committed
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.
2 parents 0781832 + 331abe2 commit 91ffbd7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/user/manual.adoc

+1-12
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,7 @@ $ pacman -S rust-analyzer
186186

187187
==== Gentoo Linux
188188

189-
`rust-analyzer` is available in the GURU repository:
190-
191-
- https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-util/rust-analyzer?id=9895cea62602cfe599bd48e0fb02127411ca6e81[`dev-util/rust-analyzer`] builds from source
192-
- 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
193-
194-
If not already, GURU must be enabled (e.g. using `app-eselect/eselect-repository`) and sync'd before running `emerge`:
195-
196-
[source,bash]
197-
----
198-
$ eselect repository enable guru && emaint sync -r guru
199-
$ emerge rust-analyzer-bin
200-
----
189+
`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.
201190

202191
==== macOS
203192

0 commit comments

Comments
 (0)