]> git.lizzy.rs Git - rust.git/commit
This fixes doctests in stage 1
authorMark Rousskov <mark.simulacrum@gmail.com>
Thu, 7 Feb 2019 15:20:17 +0000 (16:20 +0100)
committerMark Rousskov <mark.simulacrum@gmail.com>
Mon, 11 Feb 2019 13:28:36 +0000 (06:28 -0700)
commitbb23b175e97b5f0c18440bb04efcb562f9026813
tree009102ab52d67480579e3d867db7b1f6b7061367
parent861d007da39418cc145a054cd46c89664ba72e64
This fixes doctests in stage 1

The RUSTDOC_LIBDIR should be rustc_libdir, not sysroot_libdir; rustdoc
is like the compiler and should link against rustc's libdir.

Some people currently (i.e., in general, may not be on master) have doc
tests working, but no attempt to determine why has been attempted.
src/bootstrap/builder.rs
src/bootstrap/tool.rs