@@ -2741,20 +2741,14 @@ forward_display_to_print! {
2741
2741
2742
2742
// HACK(eddyb) these are exhaustive instead of generic,
2743
2743
// because `for<'tcx>` isn't possible yet.
2744
- ty:: PolyExistentialPredicate <' tcx>,
2745
2744
ty:: PolyExistentialProjection <' tcx>,
2746
2745
ty:: PolyExistentialTraitRef <' tcx>,
2747
2746
ty:: Binder <' tcx, ty:: TraitRef <' tcx>>,
2748
2747
ty:: Binder <' tcx, TraitRefPrintOnlyTraitPath <' tcx>>,
2749
- ty:: Binder <' tcx, TraitRefPrintOnlyTraitName <' tcx>>,
2750
2748
ty:: Binder <' tcx, ty:: FnSig <' tcx>>,
2751
2749
ty:: Binder <' tcx, ty:: TraitPredicate <' tcx>>,
2752
2750
ty:: Binder <' tcx, TraitPredPrintModifiersAndPath <' tcx>>,
2753
- ty:: Binder <' tcx, ty:: SubtypePredicate <' tcx>>,
2754
2751
ty:: Binder <' tcx, ty:: ProjectionPredicate <' tcx>>,
2755
- ty:: Binder <' tcx, ty:: OutlivesPredicate <Ty <' tcx>, ty:: Region <' tcx>>>,
2756
- ty:: Binder <' tcx, ty:: OutlivesPredicate <ty:: Region <' tcx>, ty:: Region <' tcx>>>,
2757
-
2758
2752
ty:: OutlivesPredicate <Ty <' tcx>, ty:: Region <' tcx>>,
2759
2753
ty:: OutlivesPredicate <ty:: Region <' tcx>, ty:: Region <' tcx>>
2760
2754
}
0 commit comments