From 37ed531fccb64aec4daed05d922d757beb0b1cd2 Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Fri, 22 Jul 2022 18:03:04 +0200 Subject: [PATCH] Use top-level path in tool Step --- src/bootstrap/tool.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/tool.rs b/src/bootstrap/tool.rs index 9d465a312f9..3d06ce02216 100644 --- a/src/bootstrap/tool.rs +++ b/src/bootstrap/tool.rs @@ -696,7 +696,7 @@ impl Step for RustAnalyzer { fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> { let builder = run.builder; - run.path("src/tools/rust-analyzer/crates/rust-analyzer").default_condition( + run.path("src/tools/rust-analyzer").default_condition( builder.config.extended && builder .config