Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 460b835

Browse files
committedFeb 4, 2025·
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.