Function rustc_const_eval::const_eval::valtrees::branches

source ·
fn branches<'tcx>(
    ecx: &InterpCx<'tcx, 'tcx, CompileTimeInterpreter<'tcx, 'tcx>>,
    place: &MPlaceTy<'tcx>,
    n: usize,
    variant: Option<VariantIdx>,
    num_nodes: &mut usize
) -> Result<ValTree<'tcx>, ValTreeCreationError>