aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
authorGünther Wagner <[email protected]>2020-06-22 21:38:43 +0100
committerGitHub <[email protected]>2020-06-22 21:38:43 +0100
commit965900c88c1b0c6ff78e02d9fcd8da6b7aaedcc3 (patch)
treec770fabdc70987fd9d23cc3fa2d1507775af1bdc /docs/user/manual.adoc
parentceb69203b55d83aeaf4e58bff4a58f2f17d4087d (diff)
Update manual.adoc
GNOME Builder (Nightly) supports now rust-analyzer
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r--docs/user/manual.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index ea714f49a..453b5d0b1 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -269,6 +269,10 @@ Gnome Builder currently has support for RLS, and there's no way to configure the
2691. Rename, symlink or copy the `rust-analyzer` binary to `rls` and place it somewhere Builder can find (in `PATH`, or under `~/.cargo/bin`). 2691. Rename, symlink or copy the `rust-analyzer` binary to `rls` and place it somewhere Builder can find (in `PATH`, or under `~/.cargo/bin`).
2702. Enable the Rust Builder plugin. 2702. Enable the Rust Builder plugin.
271 271
272==== GNOME Builder (Nightly)
273
274https://nightly.gnome.org/repo/appstream/org.gnome.Builder.flatpakref[GNOME Builder (Nightly)] has now native support for `rust-analyzer` out of the box. If the `rust-analyzer` binary is not installed GNOME Builder will ask for installing the binary for you when opening up the first time a Rust source file.
275
272== Non-Cargo Based Projects 276== Non-Cargo Based Projects
273 277
274rust-analyzer does not require Cargo. 278rust-analyzer does not require Cargo.