@@ -8698,23 +8698,23 @@ GROUPED_WARNING(
86988698 attr_execution_nonisolated_behavior_will_change_decl, NonisolatedNonsendingByDefault,
86998699 none,
87008700 " feature '%0' will cause nonisolated async %kindbase1 to run on the "
8701- " caller's actor; use %2 to preserve behavior" ,
8702- (StringRef, const AbstractFunctionDecl *, DeclAttribute ))
8701+ " caller's actor; use '@concurrent' to preserve behavior" ,
8702+ (StringRef, const AbstractFunctionDecl *))
87038703
87048704GROUPED_WARNING(
87058705 attr_execution_nonisolated_behavior_will_change_closure,
87068706 NonisolatedNonsendingByDefault, none,
87078707 " feature '%0' will cause nonisolated async closure to run on the caller's "
8708- " actor; use %1 to preserve behavior" ,
8709- (StringRef, DeclAttribute ))
8708+ " actor; use '@concurrent' to preserve behavior" ,
8709+ (StringRef))
87108710
87118711GROUPED_WARNING(
87128712 attr_execution_nonisolated_behavior_will_change_typerepr,
87138713 NonisolatedNonsendingByDefault, none,
87148714 " feature '%0' will cause nonisolated async function type to be treated as "
8715- " specified to run on the caller's actor; use %1 to preserve "
8715+ " specified to run on the caller's actor; use '@concurrent' to preserve "
87168716 " behavior" ,
8717- (StringRef, DeclAttribute ))
8717+ (StringRef))
87188718
87198719// ===----------------------------------------------------------------------===//
87208720// MARK: @extensible and @preEnumExtensibility Attributes
0 commit comments