File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/bootstrap/src/core/build_steps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,14 +120,14 @@ impl Step for ToolBuild {
120
120
121
121
match self . mode {
122
122
Mode :: ToolRustc => {
123
- // If compiler was forced, its artifacts should be prepared earlier.
123
+ // If compiler was forced, its artifacts should have been prepared earlier.
124
124
if !self . compiler . is_forced_compiler ( ) {
125
125
builder. std ( self . compiler , self . compiler . host ) ;
126
126
builder. ensure ( compile:: Rustc :: new ( self . compiler , target) ) ;
127
127
}
128
128
}
129
129
Mode :: ToolStd => {
130
- // If compiler was forced, its artifacts should be prepared earlier.
130
+ // If compiler was forced, its artifacts should have been prepared earlier.
131
131
if !self . compiler . is_forced_compiler ( ) {
132
132
builder. std ( self . compiler , target)
133
133
}
You can’t perform that action at this time.
0 commit comments