Fix some rebasing fallout.

This commit is contained in:
Michael Woerister 2016-05-09 16:15:04 -04:00
parent 00eabcbefa
commit 118cc9e8e1
2 changed files with 2 additions and 2 deletions

View file

@ -756,7 +756,7 @@ impl<'b, 'tcx> CrateContext<'b, 'tcx> {
}
pub fn statics<'a>(&'a self) -> &'a RefCell<FnvHashMap<ValueRef, DefId>> {
&self.local.statics
&self.local().statics
}
pub fn impl_method_cache<'a>(&'a self)