pub fn transitive_bounds<'tcx>(
    tcx: TyCtxt<'tcx>,
    bounds: impl Iterator<Item = Binder<'tcx, TraitRef<'tcx>>>
) -> FilterToTraits<Elaborator<'tcx>>