rustc-dev-guide
rustc-dev-guide copied to clipboard
Rename config.toml to bootstrap.toml
What does this PR try to resolve?
Cargo and bootstrap use the same name for their configuration file. this is confusing.
This pr attempts to disambiguate the naming, makes it easier to understand.
cc https://github.com/rust-lang/rust/issues/126875
cc https://github.com/rust-lang/rust/pull/127791