]> git.lizzy.rs Git - rust.git/commit
Auto merge of #45432 - ollie27:rustbuild_error_index_gen, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sun, 22 Oct 2017 11:30:15 +0000 (11:30 +0000)
committerbors <bors@rust-lang.org>
Sun, 22 Oct 2017 11:30:15 +0000 (11:30 +0000)
commit942f31f5eacfc8cbd40c20bbcabc9d37add37410
tree7edf00f180ef606b68321c383fd3046221c5a926
parentb6055cb7d2b9111fba8402053756ae18f62f9121
parent2045e07745914c935e230ec42a1cdaf1539b6815
Auto merge of #45432 - ollie27:rustbuild_error_index_gen, r=Mark-Simulacrum

rustbuild: Build stage 1 error index generator at stage 0

At stage 1 rustdoc is built at stage 0 so the error index generator should be as well.

This fixes `x.py --stage 1 doc` as rustdoc doesn't even build at stage 1.

It was broken by #44605.

r? @alexcrichton