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:
commit
bf6bb141bb
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user