We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd426a6 commit 62af19bCopy full SHA for 62af19b
src/librustc_mir/interpret/memory.rs
@@ -56,6 +56,7 @@ pub struct Memory<'mir, 'tcx, M: Machine<'mir, 'tcx>> {
56
/// the wrong type), so we let the machine override this type.
57
/// Either way, if the machine allows writing to a static, doing so will
58
/// create a copy of the static allocation here.
59
+ // FIXME: this should not be public, but interning currently needs access to it
60
pub(super) alloc_map: M::MemoryMap,
61
62
/// To be able to compare pointers with NULL, and to check alignment for accesses
0 commit comments