Skip to content

Commit

Permalink
Auto merge of #56079 - mark-i-m:patch-1, r=nikomatsakis
Browse files Browse the repository at this point in the history
Link to rustc guide

As proposed in rust-lang/rustc-dev-guide#239
  • Loading branch information
bors committed Jan 4, 2019
2 parents f381a96 + 980cc6d commit bf6bb14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit bf6bb14

Please sign in to comment.