mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
When ASTSectionImporter is unable to load a module Foo, it outputs `Unable to load module'Foo'.`. Note that there's no space between "module" and "'Foo'". Add a colon and a space.