Build rustdoc on-demand.

Rustdoc is no longer compiled in every stage, alongside rustc, instead
it is only compiled when requested, and generally only for the last
stage.
This commit is contained in:
Mark Simulacrum
2017-07-22 20:01:58 -06:00
parent fe0eca0d3f
commit e2e9b40e9a
14 changed files with 106 additions and 67 deletions

View File

@@ -17,6 +17,7 @@
html_playground_url = "https://play.rust-lang.org/")]
#![deny(warnings)]
#![feature(rustc_private)]
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(libc)]