We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6f898 commit 11b0fa2Copy full SHA for 11b0fa2
src/doc/rustc/src/contributing.md
@@ -1,6 +1,12 @@
1
# Contributing to rustc
2
3
We'd love to have your help improving `rustc`! To that end, we've written [a
4
-whole book](https://rust-lang.github.io/rustc-guide/) on its
+whole book][rustc_guide] on its
5
internals, how it works, and how to get started working on it. To learn
6
more, you'll want to check that out.
7
+
8
+If you would like to contribute to _this_ book, you can find its source in the
9
+rustc source at [src/doc/rustc][rustc_book].
10
11
+[rustc_guide]: https://rust-lang.github.io/rustc-guide/
12
+[rustc_book]: https://github.com/rust-lang/rust/tree/master/src/doc/rustc
0 commit comments