We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b6c4b commit 460b835Copy full SHA for 460b835
src/bootstrap/src/core/build_steps/test.rs
@@ -741,6 +741,7 @@ impl Step for Clippy {
741
let stage = self.stage;
742
let host = self.host;
743
let compiler = builder.compiler(stage, host);
744
+ builder.ensure(compile::Std::new(compiler, self.host));
745
746
builder.ensure(tool::Clippy { compiler, target: self.host });
747
let mut cargo = tool::prepare_tool_cargo(
0 commit comments