mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
f472403650
The install target depends on compiler-docs but 'all' does not. This means that running 'make && make install' will run additional doc builds and tests during installation, which hides bugs in the build. For now this just unconditionally stops building compiler docs.