@@ -962,10 +962,10 @@ NOTE(sil_referencebinding_inout_binding_here, none,
962962 ())
963963
964964// ===----------------------------------------------------------------------===//
965- // MARK: Region Based Isolation Diagnostics
965+ // MARK: Region- Based Isolation Diagnostics
966966// ===----------------------------------------------------------------------===//
967967
968- // READ THIS: Please when adding diagnostics for region based isolation, keep
968+ // READ THIS: Please when adding diagnostics for region- based isolation, keep
969969// them ordered in sections depending on which emitter uses it. It makes it
970970// easier for people unfamiliar with the code to quickly see which diagnostics
971971// are used by which of the SendNonSendable emitters use.
@@ -974,7 +974,7 @@ NOTE(sil_referencebinding_inout_binding_here, none,
974974// Misc
975975
976976ERROR(regionbasedisolation_unknown_pattern, none,
977- " pattern that the region based isolation checker does not understand how to check. Please file a bug" ,
977+ " pattern that the region- based isolation checker does not understand how to check. Please file a bug" ,
978978 ())
979979NOTE(regionbasedisolation_maybe_race, none,
980980 " access can happen concurrently" , ())
@@ -1096,13 +1096,13 @@ NOTE(regionbasedisolation_typed_sendneversendable_via_arg_callee, none,
10961096// Error that is only used when the send non sendable emitter cannot discover any
10971097// information to give a better diagnostic.
10981098ERROR(regionbasedisolation_task_or_actor_isolated_sent, none,
1099- " task or actor isolated value cannot be sent" , ())
1099+ " task or actor- isolated value cannot be sent" , ())
11001100
11011101// ===
11021102// InOut Sending Emitter
11031103
11041104NOTE(regionbasedisolation_inout_sending_must_be_reinitialized, none,
1105- " 'inout sending' parameter must be reinitialized before function exit with a non-actor isolated value" ,
1105+ " 'inout sending' parameter must be reinitialized before function exit with a non-actor- isolated value" ,
11061106 ())
11071107ERROR(regionbasedisolation_inout_sending_cannot_be_actor_isolated, none,
11081108 " 'inout sending' parameter %0 cannot be %1at end of function" ,
0 commit comments