]>
Commit | Line | Data |
---|---|---|
85aaf69f | 1 | # Contributing to Rust |
1a4d82fc | 2 | |
f035d41b | 3 | Thank you for your interest in contributing to Rust! |
1a4d82fc | 4 | |
29967ef6 | 5 | To get started, read the [Contributing to Rust] chapter of the [rustc-dev-guide]. |
1a4d82fc | 6 | |
3dfed10e XL |
7 | ## Bug reports |
8 | ||
9 | Did a compiler error message tell you to come here? If you want to create an ICE report, | |
10 | refer to [this section][contributing-bug-reports] and [open an issue][issue template]. | |
11 | ||
29967ef6 | 12 | [Contributing to Rust]: https://rustc-dev-guide.rust-lang.org/contributing.html#contributing-to-rust |
ba9703b0 | 13 | [rustc-dev-guide]: https://rustc-dev-guide.rust-lang.org/ |
3dfed10e XL |
14 | [contributing-bug-reports]: https://rustc-dev-guide.rust-lang.org/contributing.html#bug-reports |
15 | [issue template]: https://github.com/rust-lang/rust/issues/new/choose |