From 568e6f4194013f347476a2f9115a6ce5ede168d1 Mon Sep 17 00:00:00 2001 From: Redddy Date: Sun, 14 Dec 2025 23:13:58 +0900 Subject: [PATCH 1/2] Add rust-analyzer book link to the guide --- src/about-this-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/about-this-guide.md b/src/about-this-guide.md index 4f5733ae0..782bd313b 100644 --- a/src/about-this-guide.md +++ b/src/about-this-guide.md @@ -73,6 +73,7 @@ You might also find the following sites useful: - [compiler-team] -- the home-base for the Rust compiler team, with description of the team procedures, active working groups, and the team calendar. - [std-dev-guide] -- a similar guide for developing the standard library. +- [rust-analyzer book][r-a book] -- documentation for the rust-analyzer. - [The t-compiler Zulip][z] - The [Rust Internals forum][rif], a place to ask questions and discuss Rust's internals @@ -110,4 +111,5 @@ You might also find the following sites useful: [Forge]: https://forge.rust-lang.org/ [compiler-team]: https://github.com/rust-lang/compiler-team/ [std-dev-guide]: https://std-dev-guide.rust-lang.org/ +[r-a book]: https://rust-analyzer.github.io/book/ [z]: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler From cb5dfb41c133b3e4308389e090d048eed39ead52 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 14 Dec 2025 22:25:39 +0200 Subject: [PATCH 2/2] less text for same effect --- src/about-this-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/about-this-guide.md b/src/about-this-guide.md index 782bd313b..69951a7fd 100644 --- a/src/about-this-guide.md +++ b/src/about-this-guide.md @@ -58,7 +58,7 @@ please see the corresponding [subsection on writing documentation in this guide] [subsection on writing documentation in this guide]: contributing.md#contributing-to-rustc-dev-guide -> “‘All conditioned things are impermanent’ — +> “‘All conditioned things are impermanent’ — > when one sees this with wisdom, one turns away from suffering.” > _The Dhammapada, verse 277_ @@ -73,7 +73,7 @@ You might also find the following sites useful: - [compiler-team] -- the home-base for the Rust compiler team, with description of the team procedures, active working groups, and the team calendar. - [std-dev-guide] -- a similar guide for developing the standard library. -- [rust-analyzer book][r-a book] -- documentation for the rust-analyzer. +- [rust-analyzer book] -- documentation for the rust-analyzer. - [The t-compiler Zulip][z] - The [Rust Internals forum][rif], a place to ask questions and discuss Rust's internals @@ -111,5 +111,5 @@ You might also find the following sites useful: [Forge]: https://forge.rust-lang.org/ [compiler-team]: https://github.com/rust-lang/compiler-team/ [std-dev-guide]: https://std-dev-guide.rust-lang.org/ -[r-a book]: https://rust-analyzer.github.io/book/ +[rust-analyzer book]: https://rust-analyzer.github.io/book/ [z]: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler