pub fn elaborate_trait_refs<'tcx>(
    tcx: TyCtxt<'tcx>,
    trait_refs: impl Iterator<Item = Binder<'tcx, TraitRef<'tcx>>>
) -> Elaborator<'tcx>