Skip to content

Commit

Permalink
Compile rustc before building tests for rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jul 22, 2018
1 parent 942b384 commit 814e6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,7 @@ impl Step for CrateRustdoc {

let compiler = builder.compiler(builder.top_stage, self.host);
let target = compiler.host;
builder.ensure(compile::Rustc { compiler, target });

let mut cargo = tool::prepare_tool_cargo(builder,
compiler,
Expand Down

0 comments on commit 814e6e6

Please sign in to comment.