We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b817a68 commit 98d8326Copy full SHA for 98d8326
config.toml.example
@@ -132,6 +132,10 @@
132
# specified, use this rustc binary instead as the stage0 snapshot compiler.
133
#rustc = "/path/to/bin/rustc"
134
135
+# Instead of download the src/stage0.txt version of rustfmt specified,
136
+# use this rustfmt binary instead as the stage0 snapshot rustfmt.
137
+#rustfmt = "/path/to/bin/rustfmt"
138
+
139
# Flag to specify whether any documentation is built. If false, rustdoc and
140
# friends will still be compiled but they will not be used to generate any
141
# documentation.
0 commit comments