We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
memory_mut
1 parent f5e8830 commit ff3b29fCopy full SHA for ff3b29f
src/librustc_mir/interpret/eval_context.rs
@@ -47,7 +47,7 @@ pub struct EvalContext<'a, 'mir, 'tcx: 'a + 'mir, M: Machine<'a, 'mir, 'tcx>> {
47
pub(crate) param_env: ty::ParamEnv<'tcx>,
48
49
/// The virtual memory system.
50
- pub memory: Memory<'a, 'mir, 'tcx, M>,
+ pub(crate) memory: Memory<'a, 'mir, 'tcx, M>,
51
52
/// The virtual call stack.
53
pub(crate) stack: Vec<Frame<'mir, 'tcx, M::PointerTag>>,
0 commit comments