Skip to content

Commit 62af19b

Browse files
committed
More FIXMEs
1 parent fd426a6 commit 62af19b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_mir/interpret/memory.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pub struct Memory<'mir, 'tcx, M: Machine<'mir, 'tcx>> {
5656
/// the wrong type), so we let the machine override this type.
5757
/// Either way, if the machine allows writing to a static, doing so will
5858
/// create a copy of the static allocation here.
59+
// FIXME: this should not be public, but interning currently needs access to it
5960
pub(super) alloc_map: M::MemoryMap,
6061

6162
/// To be able to compare pointers with NULL, and to check alignment for accesses

0 commit comments

Comments
 (0)