pub fn transitive_bounds<'tcx>(
    tcx: TyCtxt<'tcx>,
    bounds: impl Iterator<Item = PolyTraitRef<'tcx>>
) -> Supertraits<'tcx>