1
Fork 0

Rollup merge of #138849 - chiichen:dev/master/doc-correct-configtoml, r=TaKO8Ki

doc: rename reference #create-a-configtoml to #create-a-bootstraptoml

e4ddc21c8a This commit renamed `config.toml` to `bootstrap.toml`.
This commit is contained in:
Michael Goulet 2025-03-23 14:59:34 -04:00 committed by GitHub
commit 93e53139fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# Sample TOML configuration file for building Rust.
#
# To configure bootstrap, run `./configure` or `./x.py setup`.
# See https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#create-a-configtoml for more information.
# See https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#create-a-bootstraptoml for more information.
#
# All options are commented out by default in this file, and they're commented
# out with their default values. The build system by default looks for