@@ -5883,12 +5883,9 @@ ERROR(global_actor_not_usable_from_inline,none,
5883
5883
NOTE(move_global_actor_attr_to_storage_decl,none,
5884
5884
" move global actor attribute to %kind0" , (const ValueDecl *))
5885
5885
5886
- ERROR(actor_isolation_multiple_attr_2 ,none,
5886
+ ERROR(actor_isolation_multiple_attr ,none,
5887
5887
" %kind0 has multiple actor-isolation attributes ('%1' and '%2')" ,
5888
5888
(const Decl *, StringRef, StringRef))
5889
- ERROR(actor_isolation_multiple_attr_3,none,
5890
- " %0 %1 has multiple actor-isolation attributes ('%2', '%3' and '%4')" ,
5891
- (const Decl *, StringRef, StringRef, StringRef))
5892
5889
ERROR(actor_isolation_override_mismatch,none,
5893
5890
" %0 %kind1 has different actor isolation from %2 overridden declaration" ,
5894
5891
(ActorIsolation, const ValueDecl *, ActorIsolation))
@@ -5905,14 +5902,6 @@ ERROR(async_named_decl_must_be_available_from_async,none,
5905
5902
ERROR(async_unavailable_decl,none,
5906
5903
" %kindbase0 is unavailable from asynchronous contexts%select{|; %1}1" ,
5907
5904
(const ValueDecl *, StringRef))
5908
-
5909
-
5910
- ERROR(isolated_deinit_no_isolation,none,
5911
- " deinit is marked isolated, but containing class %0 is not isolated to an actor" ,
5912
- (DeclName))
5913
- ERROR(isolated_deinit_on_value_type,none,
5914
- " only classes and actors can have isolated deinit" ,
5915
- ())
5916
5905
5917
5906
// ------------------------------------------------------------------------------
5918
5907
// MARK: String Processing
0 commit comments