Rollup merge of #138849 - chiichen:dev/master/doc-correct-configtoml,… · rust-lang/rust@5c17679 (original) (raw)

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1 1 # Sample TOML configuration file for building Rust.
2 2 #
3 3 # To configure bootstrap, run `./configure` or `./x.py setup`.
4 -# See https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#create-a-configtoml for more information.
4 +# See https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#create-a-bootstraptoml for more information.
5 5 #
6 6 # All options are commented out by default in this file, and they're commented
7 7 # out with their default values. The build system by default looks for
@@ -446,7 +446,7 @@
446 446 # a specific version.
447 447 #ccache = false
448 448
449 -# List of paths to exclude from the build and test processes.
449 +# List of paths to exclude from the build and test processes.
450 450 # For example, exclude = ["tests/ui", "src/tools/tidy"].
451 451 #exclude = []
452 452