mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialization: Minor improvements to the error on conformance mismatch
Clarify the sources of information when a conformance reference in a swiftmodule doesn't match with the requirements seen by the reader.
This commit is contained in:
@@ -1092,8 +1092,8 @@ NOTE(modularization_issue_conformance_xref_note,none,
|
||||
"Breaks conformances of '%0' to %1",
|
||||
(StringRef, DeclName))
|
||||
ERROR(modularization_issue_conformance_error,none,
|
||||
"Conformances of '%0' "
|
||||
"do not match requirement signature of %1; "
|
||||
"Listed conformances of '%0' "
|
||||
"do not match current requirement signature of %1; "
|
||||
"%2 conformances for %3 requirements",
|
||||
(StringRef, DeclName, unsigned int, unsigned int))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user