We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e43b00 commit 837c16bCopy full SHA for 837c16b
src/bootstrap/toolstate.rs
@@ -89,7 +89,7 @@ static STABLE_TOOLS: &[(&str, &str)] = &[
89
static NIGHTLY_TOOLS: &[(&str, &str)] = &[
90
("miri", "src/tools/miri"),
91
("embedded-book", "src/doc/embedded-book"),
92
- ("rustc-dev-guide", "src/doc/rustc-dev-guide"),
+ // ("rustc-dev-guide", "src/doc/rustc-dev-guide"),
93
];
94
95
fn print_error(tool: &str, submodule: &str) {
0 commit comments