Skip to content

Commit 10a520a

Browse files
authored
Link to rustc guide
As proposed in rust-lang/rustc-dev-guide#239
1 parent 39852ca commit 10a520a

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
@@ -104,3 +104,9 @@ Rust. It's also sometimes called "the 'nomicon."
104104
## The Unstable Book
105105

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

0 commit comments

Comments
 (0)