File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Sample TOML configuration file for building Rust.
22#
33# 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.
55#
66# All options are commented out by default in this file, and they're commented
77# out with their default values. The build system by default looks for
446446# a specific version.
447447# ccache = false
448448
449- # List of paths to exclude from the build and test processes.
449+ # List of paths to exclude from the build and test processes.
450450# For example, exclude = ["tests/ui", "src/tools/tidy"].
451451# exclude = []
452452
You can’t perform that action at this time.
0 commit comments