Skip to content

Commit 5408aae

Browse files
committed
fix rust-analyzer tests
Signed-off-by: onur-ozkan <[email protected]>
1 parent 26f588b commit 5408aae

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

Diff for: src/bootstrap/src/core/build_steps/test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ impl Step for RustAnalyzer {
369369
let stage = self.stage;
370370
let host = self.host;
371371
let compiler = builder.compiler(stage, host);
372+
let compiler = tool::get_tool_rustc_compiler(builder, compiler);
372373

373374
// We don't need to build the whole Rust Analyzer for the proc-macro-srv test suite,
374375
// but we do need the standard library to be present.

0 commit comments

Comments
 (0)