rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
94.72k stars 12.21k forks source link

rename config.toml to bootstrap.toml #126875

Open jyn514 opened 1 week ago

jyn514 commented 1 week ago

cargo and bootstrap use the same name for their configuration file. this is confusing. we might want to rename this file so it's easier to understand what's going on.

this will also make it easier to write .gitignore style includes and excludes without mixing up the two types of configs.

@rustbot label A-contributor-roadblock T-bootstrap

onur-ozkan commented 1 week ago

If we do that, if bootstrap.toml don't exist we should fallback to config.toml so we don't break the downstreams.