mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
3b75c060ff
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.