about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-02-18 20:21:50 +0300
committeronur-ozkan <work@onurozkan.dev>2025-02-18 20:21:50 +0300
commit5408aaea598793f0803af59f66dfd31376b6c661 (patch)
treed68889d8a0ac5efe9d0bc817952f63ce310ad13f /src/bootstrap
parent26f588bba4e2b2309628ecc1322b6d254253eae7 (diff)
downloadrust-5408aaea598793f0803af59f66dfd31376b6c661.tar.gz
rust-5408aaea598793f0803af59f66dfd31376b6c661.zip
fix rust-analyzer tests
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/core/build_steps/test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/build_steps/test.rs b/src/bootstrap/src/core/build_steps/test.rs
index db2f433bfe1..8d53ebdca19 100644
--- a/src/bootstrap/src/core/build_steps/test.rs
+++ b/src/bootstrap/src/core/build_steps/test.rs
@@ -369,6 +369,7 @@ impl Step for RustAnalyzer {
         let stage = self.stage;
         let host = self.host;
         let compiler = builder.compiler(stage, host);
+        let compiler = tool::get_tool_rustc_compiler(builder, compiler);
 
         // We don't need to build the whole Rust Analyzer for the proc-macro-srv test suite,
         // but we do need the standard library to be present.