fn trait_is_same_or_supertrait(
    cx: &DocContext<'_>,
    child: DefId,
    trait_: DefId
) -> bool