rustc_ty_utils::consts

Function recurse_build

Source
fn recurse_build<'tcx>(
    tcx: TyCtxt<'tcx>,
    body: &Thir<'tcx>,
    node: ExprId,
    root_span: Span,
) -> Result<Const<'tcx>, ErrorGuaranteed>