What we should have is some kind of notes that explain that the manually-provided CodingKeys are insufficient to satisfy the ad-hoc "nested type requirement" of Codable because of the typo. Instead, all we say is that Foo doesn't conform to Codable.
The text was updated successfully, but these errors were encountered:
Marking as a starter bug, but this one probably requires a little bit of up-front knowledge of the conformance derivation machinery. I'd be happy to bring somebody up to speed here if need be.
Additional Detail from JIRA
md5: 3c54547b3d23d4952661aaf14230a55d
Issue Description:
Consider
What we should have is some kind of notes that explain that the manually-provided CodingKeys are insufficient to satisfy the ad-hoc "nested type requirement" of Codable because of the typo. Instead, all we say is that Foo doesn't conform to Codable.
The text was updated successfully, but these errors were encountered: