Auto merge of #5232 - matklad:unit-map, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 25 Mar 2018 07:25:30 +0000 (07:25 +0000)
committerbors <bors@rust-lang.org>
Sun, 25 Mar 2018 07:25:30 +0000 (07:25 +0000)
Refactor context to extract dependencies calculation to a separate mod

This makes unit dependency graph construction eager and moves it to a separate file.

Hopefully, this makes `Context` slightly easier to understand :)

1  2 
src/cargo/ops/cargo_rustc/custom_build.rs