]> git.proxmox.com Git - rustc.git/blame - src/doc/rustc-dev-guide/src/part-1-intro.md
New upstream version 1.51.0+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / part-1-intro.md
CommitLineData
ba9703b0 1# Part 1: Building, Debugging, and Contributing to `rustc`
532ac7d7 2
74b04a01 3This section of the rustc-dev-guide contains knowledge that should be useful to you
532ac7d7
XL
4regardless of what part of the compiler you are working on. This includes both
5technical info and tips (e.g. how to compile and debug the compiler) and info
6about processes in the Rust project (e.g. stabilization and info about the
7compiler team).