]> git.lizzy.rs Git - rust.git/commit
Auto merge of #40448 - ollie27:rustbuild_docs_compiler, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 13 Mar 2017 02:24:16 +0000 (02:24 +0000)
committerbors <bors@rust-lang.org>
Mon, 13 Mar 2017 02:24:16 +0000 (02:24 +0000)
commit75fb56f152ad4811cff5f604a90073c0fab1256f
tree6f7d87543a5145c860f79706ce634b53c8b6bb74
parent824c9ebbd5f0611e326648d90ee3e50caf04bb7f
parent0e0bac914c9324a8ac72769810aaff00d758f0d7
Auto merge of #40448 - ollie27:rustbuild_docs_compiler, r=alexcrichton

rustbuild: Fix compiler docs

* Make sure std docs are generated before compiler docs so rustdoc uses
relative links.
* Don't document the rustc and rustdoc binary crates as they overwrite
the real rustc and rustdoc crates.

Fixes #40217

r? @alexcrichton