mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
46c219bd24
Remove default config from bootstrap This PR removes the default config initialization from parse_inner, as it introduced many assumptions during config setup. Instead, each variable is now manually initialized to eliminate certain invariants in parse_inner and streamline the process. r? `@Kobzol`
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.