diff options
| author | steveklabnik <steve@steveklabnik.com> | 2018-04-05 14:53:58 -0400 |
|---|---|---|
| committer | steveklabnik <steve@steveklabnik.com> | 2018-04-09 14:04:57 -0400 |
| commit | 7de5b6034d035f8dc85cb073b2dde3b611a3d822 (patch) | |
| tree | 4daf91149614c423321ef28b43bad8017c32615a | |
| parent | b99418d4b031d8586b6767283a8628ba5cbca1b1 (diff) | |
| download | rust-7de5b6034d035f8dc85cb073b2dde3b611a3d822.tar.gz rust-7de5b6034d035f8dc85cb073b2dde3b611a3d822.zip | |
update doc index to link to the rustc book
| -rw-r--r-- | src/doc/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 2ea889da1fd..3a4f51069fc 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -43,6 +43,10 @@ Rust's standard library has [extensive API documentation](std/index.html), with explanations of how to use various things, as well as example code for accomplishing various tasks. +## The Rustc Book + +[The Rustc Book](rustc/index.html) describes the Rust compiler, `rustc`. + ## The Cargo Book [The Cargo Book](cargo/index.html) is a guide to Cargo, Rust's build tool and dependency manager. |
