]> git.lizzy.rs Git - rust.git/commitdiff
Link to rustc guide
authorWho? Me?! <mark-i-m@users.noreply.github.com>
Mon, 19 Nov 2018 21:45:19 +0000 (15:45 -0600)
committerGitHub <noreply@github.com>
Mon, 19 Nov 2018 21:45:19 +0000 (15:45 -0600)
As proposed in https://github.com/rust-lang-nursery/rustc-guide/issues/239

src/doc/index.md

index 33ee76739c5b2c0ea7f0a55691fbcf7e3682971a..f702052e04937ae0ff9223fa942a954ca7ad5bd6 100644 (file)
@@ -104,3 +104,9 @@ Rust. It's also sometimes called "the 'nomicon."
 ## The Unstable Book
 
 [The Unstable Book](unstable-book/index.html) has documentation for unstable features.
+
+## The `rustc` Contribution Guide
+
+[The `rustc` Guide](https://rust-lang-nursery.github.io/rustc-guide/) documents how
+the compiler works and how to contribute to it. This is useful if you want to build
+or modify the Rust compiler from source (e.g. to target something non-standard).