mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
e96bcca366
Convert to inline diagnostics in `rustc_lint` For https://github.com/rust-lang/rust/issues/151366 r? @jdonszelmann This was a big one! Second to last one, `rustc_parse` is the last one and even bigger :P
This directory contains some source code for the Rust project, including:
- The bootstrapping build system
- Various submodules for tools, like cargo, tidy, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.