diff options
| author | mark <markm@cs.wisc.edu> | 2018-07-04 17:24:43 -0500 |
|---|---|---|
| committer | mark <markm@cs.wisc.edu> | 2018-07-04 17:24:43 -0500 |
| commit | 6556c84e3faa230c854e721eb8a48ed2131cc822 (patch) | |
| tree | 555070494515b8679059b8917572c9801bd8a0fb | |
| parent | 4af9132a022ebe4111395139d1a4e45e285d299a (diff) | |
| download | rust-6556c84e3faa230c854e721eb8a48ed2131cc822.tar.gz rust-6556c84e3faa230c854e721eb8a48ed2131cc822.zip | |
Add a link to the rustc docs
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md index da6788824b0..a2acfe8b478 100644 --- a/README.md +++ b/README.md @@ -225,13 +225,16 @@ variety of channels on Mozilla's IRC network, irc.mozilla.org. The most popular channel is [#rust], a venue for general discussion about Rust. And a good place to ask for help would be [#rust-beginners]. -Also, the [rustc guide] might be a good place to start if you want to -find out how various parts of the compiler work. +The [rustc guide] might be a good place to start if you want to find out how +various parts of the compiler work. + +Also, you may find the [rustdocs for the compiler itself][rustdocs] useful. [IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat [#rust]: irc://irc.mozilla.org/rust [#rust-beginners]: irc://irc.mozilla.org/rust-beginners [rustc guide]: https://rust-lang-nursery.github.io/rustc-guide/about-this-guide.html +[rustdocs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ ## License [license]: #license |
