]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Support feature process_set_argv0 for VxWorks
[rust.git] / config.toml.example
index f22f4a5a97579a7298a97cadf25ecf3426ced9fc..bfd9e18cdd41a749723adf53fe63ce435284a2b4 100644 (file)
 # specified, use this rustc binary instead as the stage0 snapshot compiler.
 #rustc = "/path/to/bin/rustc"
 
+# Instead of download the src/stage0.txt version of rustfmt specified,
+# use this rustfmt binary instead as the stage0 snapshot rustfmt.
+#rustfmt = "/path/to/bin/rustfmt"
+
 # Flag to specify whether any documentation is built. If false, rustdoc and
 # friends will still be compiled but they will not be used to generate any
 # documentation.