Skip to content

Commit bf6bb14

Browse files
committed
Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis
Link to rustc guide As proposed in rust-lang/rustc-dev-guide#239
2 parents f381a96 + 980cc6d commit bf6bb14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/doc/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,9 @@ Rust. It's also sometimes called "the 'nomicon."
107107
## The Unstable Book
108108

109109
[The Unstable Book](unstable-book/index.html) has documentation for unstable features.
110+
111+
## The `rustc` Contribution Guide
112+
113+
[The `rustc` Guide](https://rust-lang.github.io/rustc-guide/) documents how
114+
the compiler works and how to contribute to it. This is useful if you want to build
115+
or modify the Rust compiler from source (e.g. to target something non-standard).

0 commit comments

Comments
 (0)