summary refs log tree commit diff
path: root/src/bootstrap/rustdoc.rs
AgeCommit message (Collapse)AuthorLines
2016-03-08rustbuild: Fixup calling rustdoc in various stagesAlex Crichton-0/+31
The stage0 rustdoc comes from the snapshot, and we need a shim like with `rustc` to pass `--cfg` for now.