Skip to content

Commit 460b835

Browse files
committed
test
Signed-off-by: onur-ozkan <[email protected]>
1 parent 79b6c4b commit 460b835

File tree

1 file changed

+1
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/build_steps/test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ impl Step for Clippy {
741741
let stage = self.stage;
742742
let host = self.host;
743743
let compiler = builder.compiler(stage, host);
744+
builder.ensure(compile::Std::new(compiler, self.host));
744745

745746
builder.ensure(tool::Clippy { compiler, target: self.host });
746747
let mut cargo = tool::prepare_tool_cargo(

0 commit comments

Comments
 (0)