Files
rust/src
bors 46c219bd24 Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzol
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`
2025-08-22 18:35:26 +00:00
..
2025-08-21 10:56:48 +02:00
2025-08-20 12:57:28 +02:00
2025-08-12 12:01:55 +02:00
2025-08-06 13:22:38 +01:00
2025-08-01 09:04:01 +01:00

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.