mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
a7a5e340aa
Currently, when a swiftinterface file fails to load, we emit the specific diagnostics for the failures, followed by a generic “failed to load module ‘Foo’” message. This PR improves that final diagnostic, particularly when the cause may be that the interface was emitted by a newer compiler using backwards-incompatible syntax.