rustdoc::clean::simplify

Function merge_bounds

source
pub(crate) fn merge_bounds(
    cx: &DocContext<'_>,
    bounds: &mut [GenericBound],
    trait_did: DefId,
    assoc: PathSegment,
    rhs: &Term,
) -> bool