]> git.lizzy.rs Git - rust.git/commit
rustbuild: Build stage 1 error index generator at stage 0
authorOliver Middleton <olliemail27@gmail.com>
Sat, 21 Oct 2017 15:47:18 +0000 (16:47 +0100)
committerOliver Middleton <olliemail27@gmail.com>
Sat, 21 Oct 2017 15:47:18 +0000 (16:47 +0100)
commit2045e07745914c935e230ec42a1cdaf1539b6815
tree0d0ab5b5940f506f541ead119035a6a5917cbcb4
parentd532ba7c627a558410e3f21efbb149540c1461e9
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.
src/bootstrap/tool.rs