fn valtree_to_ref<'tcx>(
    ecx: &mut InterpCx<'tcx, 'tcx, CompileTimeInterpreter<'tcx, 'tcx>>,
    valtree: ValTree<'tcx>,
    pointee_ty: Ty<'tcx>
) -> Immediate
Expand description

Put a valtree into memory and return a reference to that.