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.
Builder::std
1 parent 6feb9b7 commit 14e3ddeCopy full SHA for 14e3dde
src/bootstrap/src/core/build_steps/tool.rs
@@ -122,7 +122,7 @@ impl Step for ToolBuild {
122
Mode::ToolRustc => {
123
// If compiler was forced, its artifacts should be prepared earlier.
124
if !self.compiler.is_forced_compiler() {
125
- builder.ensure(compile::Std::new(self.compiler, self.compiler.host));
+ builder.std(self.compiler, self.compiler.host);
126
builder.ensure(compile::Rustc::new(self.compiler, target));
127
}
128
0 commit comments