mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ModuleInterface] Remove 'parseable interface' from diagnostics
Part of rdar://49359734
This commit is contained in:
@@ -50,7 +50,7 @@ static void diagnoseScopedImports(DiagnosticEngine &diags,
|
||||
if (importPair.first.empty())
|
||||
continue;
|
||||
diags.diagnose(importPair.first.front().second,
|
||||
diag::parseable_interface_scoped_import_unsupported);
|
||||
diag::module_interface_scoped_import_unsupported);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user