fn valtree_to_ref<'tcx>(
    ecx: &mut CompileTimeInterpCx<'tcx>,
    valtree: ValTree<'tcx>,
    pointee_ty: Ty<'tcx>,
) -> ImmediateExpand 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>,
) -> ImmediatePut a valtree into memory and return a reference to that.