Skip to content

Commit 7fe7f74

Browse files
committed
add a link to the rustc docs
1 parent 79ebdb7 commit 7fe7f74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ some new part of the compiler that they haven't worked on before.
55

66
[You can read the latest version of the guide here.](https://rust-lang-nursery.github.io/rustc-guide/)
77

8+
You may also find the rustdocs [for the compiler itself][rustdocs] useful.
9+
10+
[rustdocs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
11+
812
The guide can be useful today, but it has a lot of work still go.
913
Once it gets more complete, the plan is probably to move it into the
1014
[main Rust repository](https://github.com/rust-lang/rust/).

0 commit comments

Comments
 (0)