Commits

Jordan Rose committed 4c05f359140
If a submodule is missing, don't claim that the top-level module is missing. Our diagnostic message says "no such module 'NAME'". However, if we tried to import a submodule, the top-level module's name would be used for NAME and the submodule part dropped. For now, just don't include the name if importing a submodule. Swift SVN r6851