about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/README.md
diff options
context:
space:
mode:
authormark <markm@cs.wisc.edu>2018-07-04 17:17:20 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-07-05 09:21:45 -0500
commit7efa4132cba3eac54004e95a46657fcb1b0d0a16 (patch)
treefd0a717ad66310b4fa434f2de2acc3bd2e197071 /src/doc/rustc-dev-guide/README.md
parent19d6a4ace49db2991dff7c0911490bf1753a6a99 (diff)
downloadrust-7efa4132cba3eac54004e95a46657fcb1b0d0a16.tar.gz
rust-7efa4132cba3eac54004e95a46657fcb1b0d0a16.zip
add a link to the rustc docs
Diffstat (limited to 'src/doc/rustc-dev-guide/README.md')
-rw-r--r--src/doc/rustc-dev-guide/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/README.md b/src/doc/rustc-dev-guide/README.md
index 07d1749e8c7..5dc64ed4de1 100644
--- a/src/doc/rustc-dev-guide/README.md
+++ b/src/doc/rustc-dev-guide/README.md
@@ -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 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.
 Once it gets more complete, the plan is probably to move it into the
 [main Rust repository](https://github.com/rust-lang/rust/).