Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis

Link to rustc guide

As proposed in https://github.com/rust-lang-nursery/rustc-guide/issues/239
This commit is contained in:
bors 2019-01-04 22:14:13 +00:00
commit bf6bb141bb

View File

@ -107,3 +107,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.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).