mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
d71790b706
Unresolved imports all have the "same" ModuleDecl: nullptr. But that's not really an inconsistency, and even if there *is* a true inconsistency among unresolved imports, it can be dealt with when the developer fixes their search paths. (Or the imports. Whichever is wrong.) rdar://problem/52943397