mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
9e67cf00cf
When `MemberImportVisibility` is enabled and a declaration from a cross import overlay is diagnosed because it has not been imported, suggest imports of the declaring and bystanding modules instead of the cross import overlay module (which is an implementation detail). Resolves rdar://149307959.