Skip to content

Commit 7de5b60

Browse files
committed
update doc index to link to the rustc book
1 parent b99418d commit 7de5b60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Rust's standard library has [extensive API documentation](std/index.html),
4343
with explanations of how to use various things, as well as example code for
4444
accomplishing various tasks.
4545

46+
## The Rustc Book
47+
48+
[The Rustc Book](rustc/index.html) describes the Rust compiler, `rustc`.
49+
4650
## The Cargo Book
4751

4852
[The Cargo Book](cargo/index.html) is a guide to Cargo, Rust's build tool and dependency manager.

0 commit comments

Comments
 (0)