swift
43399bad - Make sure we propagate `@preconcurrency` to closures consistently.

Commit
3 years ago
Make sure we propagate `@preconcurrency` to closures consistently. The type checker is now permitting `@Sendable` closures whose captures can be by-reference, because we do not error. Remove an aspirational SIL verifier check that banned this.
Author
Committer
Parents
Loading