]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #50558 - whitfin:issue-50500, r=michaelwoerister
authorMark Simulacrum <mark.simulacrum@gmail.com>
Sat, 12 May 2018 13:32:28 +0000 (07:32 -0600)
committerGitHub <noreply@github.com>
Sat, 12 May 2018 13:32:28 +0000 (07:32 -0600)
commitb9c9fac1a4d0994cc9a3e28b167dee30d90fd67c
treef8cabfb3d5707e57a83e4ed6e9d177f5857296cd
parentd7f5e1f5d1677d90fa7f0b475e20d8679b6250a3
parent8402a58528dc9f3c47208f3ed152132b67f7f217
Rollup merge of #50558 - whitfin:issue-50500, r=michaelwoerister

Remove all reference to DepGraph::work_products

This is an attempt at fixing #50500. It will remove the `work_products` key from `DepGraphData` completely, in favour of just passing the relevant data around. I went in a little blindly; everything appears to work just fine but I'd appreciate any additional advice people.

I didn't want to remove too much of what was already there, so I kept the structure pretty much the same (aside from some naming tweaks) - if anyone has suggestions on how to streamline it a little better, happy to follow up.

r? @michaelwoerister