Files
swift-mirror/test/Concurrency/global_variables.swift
Jamie 96ee7a0ffb [Sema]: Fix data race safety hole with mutable statics within actors
Update the concurrency typechecking logic to remove a check that allowed
mutable static variable declarations nested within an Actor type to be
ignored when diagnosing mutable non-Sendable state.
2025-02-15 10:29:40 -06:00

7.5 KiB