Skip to content

Commit 92efa8b

Browse files
authored
Merge pull request swiftlang#33392 from CodaFi/when-everyone-is-super-no-one-will-be
2 parents 8f03720 + aada983 commit 92efa8b

File tree

3 files changed

+94
-197
lines changed

3 files changed

+94
-197
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,8 @@ NOTE(codable_extraneous_codingkey_case_here,none,
28182818
NOTE(codable_non_conforming_property_here,none,
28192819
"cannot automatically synthesize %0 because %1 does not conform to %0", (Type, TypeLoc))
28202820
NOTE(codable_non_decoded_property_here,none,
2821-
"cannot automatically synthesize %0 because %1 does not have a matching CodingKey and does not have a default value", (Type, Identifier))
2821+
"cannot automatically synthesize %0 because %1 does not have a matching "
2822+
"CodingKey and does not have a default value", (Type, Identifier))
28222823
NOTE(codable_codingkeys_type_is_not_an_enum_here,none,
28232824
"cannot automatically synthesize %0 because 'CodingKeys' is not an enum", (Type))
28242825
NOTE(codable_codingkeys_type_does_not_conform_here,none,

0 commit comments

Comments
 (0)