We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f381a96 + 980cc6d commit bf6bb14Copy full SHA for bf6bb14
src/doc/index.md
@@ -107,3 +107,9 @@ Rust. It's also sometimes called "the 'nomicon."
107
## The Unstable Book
108
109
[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