From f90c7cde49270e70af9830dea1f0f6852848c367 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 bf5cfe67f..b6fcf004a 100644 --- a/src/about-this-guide.md +++ b/src/about-this-guide.md @@ -75,6 +75,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 @@ -112,4 +113,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 a5bcad6a5af401f1e1940d27b2c5e3df5d5cc148 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 14 Dec 2025 22:16:26 +0200 Subject: [PATCH 2/2] less text for same effect --- src/about-this-guide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/about-this-guide.md b/src/about-this-guide.md index b6fcf004a..d1a4b5f99 100644 --- a/src/about-this-guide.md +++ b/src/about-this-guide.md @@ -105,13 +105,13 @@ You might also find the following sites useful: [tlgba]: https://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ [ro]: https://www.rustaceans.org/ [rctd]: tests/intro.md -[cheatsheet]: https://bors.rust-lang.org/ -[Miri]: https://github.com/rust-lang/miri -[@bors]: https://github.com/bors -[a GitHub repository]: https://github.com/rust-lang/rustc-dev-guide/ -[rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle +- [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 +@@ -112,4 +113,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