]> git.lizzy.rs Git - rust.git/commit
Auto merge of #44418 - alexcrichton:remove-dep-graph, r=michaelwoerister
authorbors <bors@rust-lang.org>
Sun, 10 Sep 2017 07:33:46 +0000 (07:33 +0000)
committerbors <bors@rust-lang.org>
Sun, 10 Sep 2017 07:33:46 +0000 (07:33 +0000)
commit34035d23ff5acd9bd08602bfab5d667450243966
tree532b309a8a069d331e5f6f5e44df20496106f550
parent6d445e16b55f6599aa6295e8d39307d279bea1b0
parentd724d03389706e4efc72ea3865d9c2c185003fd2
Auto merge of #44418 - alexcrichton:remove-dep-graph, r=michaelwoerister

rustc: Remove `DepGraph` handling from rustc_metadata

This should now be entirely tracked through queries, so no need to have a
`DepGraph` in the `CStore` object any more!

cc #44390