]> git.lizzy.rs Git - rust.git/blob - src/doc/rustc/src/contributing.md
Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup
[rust.git] / src / doc / rustc / src / contributing.md
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][rustc_dev_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_dev_guide]: https://rustc-dev-guide.rust-lang.org/
12 [rustc_book]: https://github.com/rust-lang/rust/tree/master/src/doc/rustc