Files
swift-mirror/lib/Sema
Pavel Yaskevich fab592539e [MiscDiagnostics] MemberImportVisibility: Downgrade errors about make{Async}Iterator and next
The compiler synthesized references to these members previously weren't
diagnosed at all in closure contexts. With changes to how `for-in` loops
are type-checked, they are now picked up by `MemberImportVisibility` checking,
but errors about them have to be downgraded to warnings to maintain source
compatibility for the existing code.

Resolves: rdar://169565467
2026-02-10 19:31:21 -08:00
..