@@ -4508,10 +4508,10 @@ ERROR(distributed_actor_func_param_not_codable,none,
45084508 " distributed instance method parameter '%0' of type %1 does not conform to 'Codable'" ,
45094509 (StringRef, Type))
45104510ERROR(distributed_actor_func_result_not_codable,none,
4511- " distributed instance method result type %0 does not conform to 'Codable'" ,
4512- (Type))
4511+ " %0 result type %0 does not conform to 'Codable'" ,
4512+ (DescriptiveDeclKind, Type))
45134513ERROR(distributed_actor_remote_func_implemented_manually,none,
4514- " distributed function 's %0 remote counterpart %1 cannot not be implemented manually." ,
4514+ " distributed instance method 's %0 remote counterpart %1 cannot not be implemented manually." ,
45154515 (Identifier, Identifier))
45164516ERROR(nonisolated_distributed_actor_storage,none,
45174517 " 'nonisolated' can not be applied to distributed actor stored properties" ,
@@ -4532,7 +4532,7 @@ ERROR(distributed_actor_func_variadic, none,
45324532 " %0 %1 cannot declare variadic argument %2" ,
45334533 (DescriptiveDeclKind, DeclName, DeclName))
45344534ERROR(distributed_actor_remote_func_is_not_static,none,
4535- " remote function %0 must be static. " ,
4535+ " remote function %0 must be static" ,
45364536 (DeclName))
45374537ERROR(distributed_actor_remote_func_is_not_async_throws,none,
45384538 " remote function %0 must be 'async throws'." ,
0 commit comments