mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In #30614, we started consuming XRefNonLoadedModuleErrors while loading conformances, since a conformance to a type we cannot load usually indicates we're trying to load a protocol that was declared in an @_implementationOnly imported module. We should also consume TypeErrors that we see where the underlying reason is an XRefNonLoadedModuleError, since they're likely indicators of the same thing.
2.7 KiB
2.7 KiB