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 fb949b5 commit 1133397Copy full SHA for 1133397
src/bootstrap/test.rs
@@ -283,7 +283,7 @@ impl Step for Rls {
283
284
let mut cargo = tool::prepare_tool_cargo(builder,
285
compiler,
286
- Mode::Rustc,
+ Mode::ToolRustc,
287
host,
288
"test",
289
"src/tools/rls");
@@ -338,7 +338,7 @@ impl Step for Rustfmt {
338
339
340
341
342
343
344
"src/tools/rustfmt");
0 commit comments