]> git.lizzy.rs Git - rust.git/commit
Run the error index tool against the sysroot libdir
authorMark Rousskov <mark.simulacrum@gmail.com>
Sat, 21 Jul 2018 21:19:39 +0000 (15:19 -0600)
committerMark Rousskov <mark.simulacrum@gmail.com>
Sat, 21 Jul 2018 21:19:39 +0000 (15:19 -0600)
commitab0092e0d4d704db70d985ffc205db04f80c2e02
tree78d2cfb4682d6489174937705d42a80b4ba0bd2f
parent942b384d61590c39eb635596de0370a823001817
Run the error index tool against the sysroot libdir

Previously when building the error index tool in stage 0 we would
attempt to use stage 0 libraries, but because it depends on rustdoc,
those don't exist: rustdoc is built against stage 1 libraries.

This patch aligns those two and passes the stage 1 libdir to the error
index.
src/bootstrap/tool.rs