mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We're not quite ready to commit to the flow-sensitive check that would allow a concurrent function to read from a mutable local capture so long as the captured variable wasn't changed after the point of capture. Put it behind a flag and implement the more restrictive rule (no access to mutable local captures in concurrent code). We can relax it later.
75 KiB
75 KiB