fn valtree_to_ref<'tcx>(
ecx: &mut CompileTimeInterpCx<'tcx>,
valtree: ValTree<'tcx>,
pointee_ty: Ty<'tcx>,
) -> Immediate
Expand description
Put a valtree into memory and return a reference to that.
fn valtree_to_ref<'tcx>(
ecx: &mut CompileTimeInterpCx<'tcx>,
valtree: ValTree<'tcx>,
pointee_ty: Ty<'tcx>,
) -> Immediate
Put a valtree into memory and return a reference to that.