]> git.lizzy.rs Git - rust.git/commit
remove `translation_items` from `SharedCrateContext`
authorNiko Matsakis <niko@alum.mit.edu>
Fri, 14 Apr 2017 17:27:39 +0000 (13:27 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Fri, 21 Apr 2017 21:26:53 +0000 (17:26 -0400)
commit4c31750cd9afc64b0b7c9157b7044eb3e5703054
treeb7f067ae84be109e198ad1879075eba529fe75e2
parent8289e5a73e411f994d14c0b80ed97d7a6aa3c4cc
remove `translation_items` from `SharedCrateContext`

If we are going to hash `SharedCrateContext`, we don't want a list of
things that pertain to **every CGU** in there.
src/librustc_trans/base.rs
src/librustc_trans/context.rs