add a link to the rustc docs

This commit is contained in:
mark 2018-07-04 17:17:20 -05:00 committed by Who? Me?!
parent 79ebdb7b53
commit 7fe7f7401c
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ some new part of the compiler that they haven't worked on before.
[You can read the latest version of the guide here.](https://rust-lang-nursery.github.io/rustc-guide/) [You can read the latest version of the guide here.](https://rust-lang-nursery.github.io/rustc-guide/)
You may also find the rustdocs [for the compiler itself][rustdocs] useful.
[rustdocs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
The guide can be useful today, but it has a lot of work still go. The guide can be useful today, but it has a lot of work still go.
Once it gets more complete, the plan is probably to move it into the Once it gets more complete, the plan is probably to move it into the
[main Rust repository](https://github.com/rust-lang/rust/). [main Rust repository](https://github.com/rust-lang/rust/).