Rollup merge of #57212 - phansch:improve_rustc_book_contributing, r=steveklabnik
docs(rustc): Link to the book's source in rustc This makes the source of [the rustc book](https://doc.rust-lang.org/rustc/what-is-rustc.html) book a bit more discoverable.
This commit is contained in:
commit
bb683b9f3a
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
# Contributing to rustc
|
||||
|
||||
We'd love to have your help improving `rustc`! To that end, we've written [a
|
||||
whole book](https://rust-lang.github.io/rustc-guide/) on its
|
||||
whole book][rustc_guide] on its
|
||||
internals, how it works, and how to get started working on it. To learn
|
||||
more, you'll want to check that out.
|
||||
|
||||
If you would like to contribute to _this_ book, you can find its source in the
|
||||
rustc source at [src/doc/rustc][rustc_book].
|
||||
|
||||
[rustc_guide]: https://rust-lang.github.io/rustc-guide/
|
||||
[rustc_book]: https://github.com/rust-lang/rust/tree/master/src/doc/rustc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue