Fix some rebasing fallout.
This commit is contained in:
parent
00eabcbefa
commit
118cc9e8e1
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue