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 c4a654d commit ffb5f18Copy full SHA for ffb5f18
src/bootstrap/lib.rs
@@ -540,9 +540,7 @@ impl Build {
540
Mode::Rustc => "-rustc",
541
Mode::Codegen => "-codegen",
542
Mode::ToolBootstrap => "-bootstrap-tools",
543
- Mode::ToolStd => "-tools",
544
- Mode::ToolTest => "-tools",
545
- Mode::ToolRustc => "-tools",
+ Mode::ToolStd | Mode::ToolTest | Mode::ToolRustc => "-tools",
546
};
547
self.out.join(&*compiler.host)
548
.join(format!("stage{}{}", compiler.stage, suffix))
0 commit comments