Skip to content

Commit 42994d6

Browse files
authored
Rollup merge of rust-lang#152640 - shibcreate:add-rustc-dev-guide-link, r=Mark-Simulacrum
Add direct link to rustc-dev-guide in README Adds a direct link to the rustc-dev-guide in the top-level README so new contributors can find compiler documentation faster without middle steps. Fixes rust-lang#110144
2 parents 51b5459 + f0f849d commit 42994d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ See https://www.rust-lang.org/community for a list of chat platforms and forums.
5252

5353
See [CONTRIBUTING.md](CONTRIBUTING.md).
5454

55+
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/).
56+
5557
## License
5658

5759
Rust is primarily distributed under the terms of both the MIT license and the

0 commit comments

Comments
 (0)