From f0f849d96ff7c1ea57eca1de63a966e8f832baf5 Mon Sep 17 00:00:00 2001 From: Shinika Balasundar <98338989+shibcreate@users.noreply.github.com> Date: Sat, 14 Feb 2026 20:14:50 -0800 Subject: [PATCH] Add direct link to rustc-dev-guide in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 611260470f12b..ed35016eb3a23 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ See https://www.rust-lang.org/community for a list of chat platforms and forums. See [CONTRIBUTING.md](CONTRIBUTING.md). +For a detailed explanation of the compiler's architecture and how to begin contributing, see the [rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/). + ## License Rust is primarily distributed under the terms of both the MIT license and the