Skip to content

Commit 1133397

Browse files
author
Collins Abitekaniza
committed
refactor mode to ToolRustc for Rls & Rustfmt
1 parent fb949b5 commit 1133397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/test.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ impl Step for Rls {
283283

284284
let mut cargo = tool::prepare_tool_cargo(builder,
285285
compiler,
286-
Mode::Rustc,
286+
Mode::ToolRustc,
287287
host,
288288
"test",
289289
"src/tools/rls");
@@ -338,7 +338,7 @@ impl Step for Rustfmt {
338338

339339
let mut cargo = tool::prepare_tool_cargo(builder,
340340
compiler,
341-
Mode::Rustc,
341+
Mode::ToolRustc,
342342
host,
343343
"test",
344344
"src/tools/rustfmt");

0 commit comments

Comments
 (0)