We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04c789 commit b817a68Copy full SHA for b817a68
src/bootstrap/config.rs
@@ -201,6 +201,7 @@ struct Build {
201
target: Vec<String>,
202
cargo: Option<String>,
203
rustc: Option<String>,
204
+ rustfmt: Option<String>, /* allow bootstrap.py to use rustfmt key */
205
docs: Option<bool>,
206
compiler_docs: Option<bool>,
207
submodules: Option<bool>,
0 commit comments