Skip to content

Commit

Permalink
Make Cargo a rustc tool again
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Mar 6, 2019
1 parent 8052a4e commit f2ef283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ impl Step for Cargo {
});
let mut cargo = tool::prepare_tool_cargo(builder,
compiler,
Mode::ToolStd,
Mode::ToolRustc,
self.host,
"test",
"src/tools/cargo",
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ impl Step for Cargo {
compiler: self.compiler,
target: self.target,
tool: "cargo",
mode: Mode::ToolStd,
mode: Mode::ToolRustc,
path: "src/tools/cargo",
is_optional_tool: false,
source_type: SourceType::Submodule,
Expand Down

0 comments on commit f2ef283

Please sign in to comment.