@@ -2905,11 +2905,6 @@ NOTE(default_associated_type_unsatisfied_superclass,none,
2905
2905
" default type %0 for associated type %1 (from protocol %2) "
2906
2906
" does not inherit from %3" ,
2907
2907
(Type, const AssociatedTypeDecl *, Type, Type))
2908
- NOTE(default_associated_type_tuple,none,
2909
- " default type %0 for associated type %1 (from protocol %2) "
2910
- " is unsuitable for tuple conformance; the associated type requirement "
2911
- " must be fulfilled by a type alias with underlying type %3" ,
2912
- (Type, const AssociatedTypeDecl *, Type, Type))
2913
2908
ERROR(associated_type_access,none,
2914
2909
" associated type in "
2915
2910
" %select{a private|a fileprivate|an internal|a package|a public|%error}0 protocol "
@@ -2945,11 +2940,6 @@ NOTE(associated_type_deduction_unsatisfied_superclass,none,
2945
2940
" candidate would match and infer %0 = %1 if %1 "
2946
2941
" inherited from %2" ,
2947
2942
(const AssociatedTypeDecl *, Type, Type))
2948
- NOTE(associated_type_deduction_tuple,none,
2949
- " cannot infer %0 = %1 in tuple conformance because "
2950
- " the associated type requirement must be fulfilled by a type alias with "
2951
- " underlying type %2" ,
2952
- (const AssociatedTypeDecl *, Type, Type))
2953
2943
NOTE(associated_type_witness_conform_impossible,none,
2954
2944
" candidate can not infer %0 = %1 because %1 "
2955
2945
" is not a nominal type and so can't conform to %2" ,
0 commit comments