]> git.lizzy.rs Git - rust.git/commit
rustdoc: implement --sysroot
authorJorge Aparicio <japaricious@gmail.com>
Mon, 19 Sep 2016 20:56:38 +0000 (15:56 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Mon, 19 Sep 2016 20:56:38 +0000 (15:56 -0500)
commite0c60b4d0243bffb2caf2ec1760e26c3309bdb21
tree94d8aee30460663f3ff7d680f76e55326bd6beb5
parent5f6f8384484382aeec5e1f647e18d37992966425
rustdoc: implement --sysroot

with the same semantics as rustc. This let us build documentation for a
crate that depends on a custom sysroot.
src/librustdoc/core.rs
src/librustdoc/lib.rs