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.
2 parents b47008a + 09e0dca commit d2463c9Copy full SHA for d2463c9
1 file changed
src/bootstrap/src/core/build_steps/tool.rs
@@ -120,14 +120,14 @@ impl Step for ToolBuild {
120
121
match self.mode {
122
Mode::ToolRustc => {
123
- // If compiler was forced, its artifacts should be prepared earlier.
+ // If compiler was forced, its artifacts should have been prepared earlier.
124
if !self.compiler.is_forced_compiler() {
125
builder.std(self.compiler, self.compiler.host);
126
builder.ensure(compile::Rustc::new(self.compiler, target));
127
}
128
129
Mode::ToolStd => {
130
131
132
builder.std(self.compiler, target)
133
0 commit comments