Skip to content

Commit a8d5701

Browse files
committed
fix diag type
1 parent fcc6513 commit a8d5701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ ERROR(module_not_compiled_for_private_import,none,
10071007

10081008
ERROR(in_package_module_not_compiled_from_source,Fatal,
10091009
"module %0 is in package %1 and can only be loaded if built from source",
1010-
(Identifier, Identifier))
1010+
(Identifier, StringRef))
10111011

10121012
ERROR(import_restriction_conflict,none,
10131013
"module %0 cannot be both "

0 commit comments

Comments
 (0)