We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8b7a2 commit c912fccCopy full SHA for c912fcc
lib/FrontendTool/ImportedModules.cpp
@@ -66,7 +66,7 @@ bool swift::emitImportedModules(ModuleDecl *mainModule,
66
if (!ID)
67
continue;
68
69
- ImportPath::Module::Builder scratch;
+ ImportPath::Builder scratch;
70
auto modulePath = ID->getRealModulePath(scratch);
71
// only the top-level name is needed (i.e. A in A.B.C)
72
Modules.insert(modulePath[0].Item.str());
0 commit comments