We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8990e37 commit c213c23Copy full SHA for c213c23
src/bootstrap/check.rs
@@ -312,7 +312,7 @@ impl Step for RustAnalyzer {
312
const DEFAULT: bool = true;
313
314
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
315
- run.paths(&["src/tools/rust-analyzer", "rust-analyzer"])
+ run.paths(&["src/tools/rust-analyzer"])
316
}
317
318
fn make_run(run: RunConfig<'_>) {
@@ -323,12 +323,10 @@ impl Step for RustAnalyzer {
323
let compiler = builder.compiler(builder.top_stage, builder.config.build);
324
let target = self.target;
325
326
- builder.ensure(Rustc { target });
327
-
328
let mut cargo = prepare_tool_cargo(
329
builder,
330
compiler,
331
- Mode::ToolRustc,
+ Mode::ToolStd,
332
target,
333
cargo_subcommand(builder.kind),
334
"src/tools/rust-analyzer",
0 commit comments