about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2018-11-19 15:45:19 -0600
committerGitHub <noreply@github.com>2018-11-19 15:45:19 -0600
commit10a520af5f0561df94ad382bb9da270663fc9498 (patch)
tree54838e7336e5802f6e85dc73f15399d7f62ddc1b
parent39852cae2b7486a7fb15a90866b9ad0b7bb7615d (diff)
downloadrust-10a520af5f0561df94ad382bb9da270663fc9498.tar.gz
rust-10a520af5f0561df94ad382bb9da270663fc9498.zip
Link to rustc guide
As proposed in https://github.com/rust-lang-nursery/rustc-guide/issues/239
-rw-r--r--src/doc/index.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 33ee76739c5..f702052e049 100644
--- a/src/doc/index.md
+++ b/src/doc/index.md
@@ -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).