We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39852ca commit 10a520aCopy full SHA for 10a520a
src/doc/index.md
@@ -104,3 +104,9 @@ Rust. It's also sometimes called "the 'nomicon."
104
## The Unstable Book
105
106
[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