Skip to main content

intern_const_alloc_for_constprop

Function intern_const_alloc_for_constprop 

Source
pub fn intern_const_alloc_for_constprop<'tcx, M: CompileTimeMachine<'tcx>>(
    ecx: &mut InterpCx<'tcx, M>,
    alloc_id: AllocId,
) -> InterpResult<'tcx, ()>
Expand description

Intern an allocation. This function assumes that it references no other allocation.