Skip to content

Commit f46e3ba

Browse files
committed
Rename alloc_map_ref to alloc_map
1 parent 825b55e commit f46e3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/memory.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ impl<'a, 'mir, 'tcx, M: Machine<'a, 'mir, 'tcx>> Memory<'a, 'mir, 'tcx, M> {
605605
}
606606

607607
/// This is used by [priroda](https://github.com/oli-obk/priroda)
608-
pub fn alloc_map_ref(&self) -> &M::MemoryMap {
608+
pub fn alloc_map(&self) -> &M::MemoryMap {
609609
&self.alloc_map
610610
}
611611
}

0 commit comments

Comments
 (0)