]> git.lizzy.rs Git - rust.git/commit
rustbuild: Compile the error-index in stage 2
authorAlex Crichton <alex@alexcrichton.com>
Fri, 15 Sep 2017 16:34:17 +0000 (09:34 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 15 Sep 2017 16:35:08 +0000 (09:35 -0700)
commit61e255a5345751d64e6d2e784d0abc4c2c255715
treeade32e209f2d024803aa30ea1ca43fd8136b897d
parentfd4bef54abafe6d93ec3c87498de696da6ef5819
rustbuild: Compile the error-index in stage 2

Right now we comiple rustdoc in stage 2 and the error index in stage 0, which
ends up compiling rustdoc twice! To avoid compiling rustdoc twice (which takes
awhile) let's just compile it once in stage 2.
src/bootstrap/tool.rs