Function rustc_middle::values::recursive_type_error

source ยท
pub fn recursive_type_error(
    tcx: TyCtxt<'_>,
    item_and_field_ids: Vec<(LocalDefId, LocalDefId)>,
    representable_ids: &FxHashSet<LocalDefId>,
) -> ErrorGuaranteed