Skip to content

Commit 9c97456

Browse files
authored
Merge pull request #36089 from DougGregor/error-codingkey-abi-test-fix
Update test for intentionally-benign ABI change to standard library
2 parents 66e712b + 364b245 commit 9c97456

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/api-digester/stability-stdlib-abi-without-asserts.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ Struct DiscontiguousSlice has been removed
5252
Struct RangeSet has been removed
5353
Subscript Collection.subscript(_:) has been removed
5454
Subscript MutableCollection.subscript(_:) has been removed
55+
Protocol CodingKey has added inherited protocol ConcurrentValue
56+
Protocol CodingKey has generic signature change from <Self : Swift.CustomDebugStringConvertible, Self : Swift.CustomStringConvertible> to <Self : Swift.ConcurrentValue, Self : Swift.CustomDebugStringConvertible, Self : Swift.CustomStringConvertible>
57+
Protocol Error has added inherited protocol ConcurrentValue
58+
Protocol Error has generic signature change from to <Self : Swift.ConcurrentValue>

0 commit comments

Comments
 (0)