pub fn elaborate_predicates<'tcx>(
    tcx: TyCtxt<'tcx>,
    predicates: impl Iterator<Item = Predicate<'tcx>>
) -> Elaborator<'tcx>