mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When loading a module, we now try to load its dependencies as well. If one of those dependencies can't be loaded, we emit an error message. Swift SVN r5796
3 lines
44 B
Swift
3 lines
44 B
Swift
import new_module
|
|
import another_new_module
|