@@ -964,10 +964,10 @@ NOTE(sil_referencebinding_inout_binding_here, none,
964964 ())
965965
966966// ===----------------------------------------------------------------------===//
967- // MARK: Region Based Isolation Diagnostics
967+ // MARK: Region- Based Isolation Diagnostics
968968// ===----------------------------------------------------------------------===//
969969
970- // READ THIS: Please when adding diagnostics for region based isolation, keep
970+ // READ THIS: Please when adding diagnostics for region- based isolation, keep
971971// them ordered in sections depending on which emitter uses it. It makes it
972972// easier for people unfamiliar with the code to quickly see which diagnostics
973973// are used by which of the SendNonSendable emitters use.
@@ -976,7 +976,7 @@ NOTE(sil_referencebinding_inout_binding_here, none,
976976// Misc
977977
978978ERROR(regionbasedisolation_unknown_pattern, none,
979- " pattern that the region based isolation checker does not understand how to check. Please file a bug" ,
979+ " pattern that the region- based isolation checker does not understand how to check. Please file a bug" ,
980980 ())
981981NOTE(regionbasedisolation_maybe_race, none,
982982 " access can happen concurrently" , ())
@@ -1098,13 +1098,13 @@ NOTE(regionbasedisolation_typed_sendneversendable_via_arg_callee, none,
10981098// Error that is only used when the send non sendable emitter cannot discover any
10991099// information to give a better diagnostic.
11001100ERROR(regionbasedisolation_task_or_actor_isolated_sent, none,
1101- " task or actor isolated value cannot be sent" , ())
1101+ " task or actor- isolated value cannot be sent" , ())
11021102
11031103// ===
11041104// InOut Sending Emitter
11051105
11061106NOTE(regionbasedisolation_inout_sending_must_be_reinitialized, none,
1107- " 'inout sending' parameter must be reinitialized before function exit with a non-actor isolated value" ,
1107+ " 'inout sending' parameter must be reinitialized before function exit with a non-actor- isolated value" ,
11081108 ())
11091109ERROR(regionbasedisolation_inout_sending_cannot_be_actor_isolated, none,
11101110 " 'inout sending' parameter %0 cannot be %1at end of function" ,
0 commit comments