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 ec21d58 commit 8ecdefbCopy full SHA for 8ecdefb
compiler/rustc_const_eval/src/interpret/machine.rs
@@ -472,6 +472,9 @@ pub trait Machine<'mir, 'tcx: 'mir>: Sized {
472
Ok(StackPopJump::Normal)
473
}
474
475
+ /// Called immediately after actual memory was allocated for a local
476
+ /// but before the local's stack frame is updated to point to that memory.
477
+ #[inline(always)]
478
fn after_local_allocated(
479
_ecx: &mut InterpCx<'mir, 'tcx, Self>,
480
_frame: usize,
0 commit comments