Skip to content

Commit 78a0129

Browse files
airspeedswiftmoiseev
authored andcommitted
Add (false positive) removals to ABI checker file
(cherry picked from commit 72c0006)
1 parent b3068af commit 78a0129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/api-digester/Outputs/stability-stdlib-abi.swift.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ Protocol SIMD has added inherited protocol Decodable
4949
Protocol SIMD has added inherited protocol Encodable
5050
Protocol SIMD has generic signature change from <τ_0_0 : CustomStringConvertible, τ_0_0 : ExpressibleByArrayLiteral, τ_0_0 : Hashable, τ_0_0 : SIMDStorage, τ_0_0.MaskStorage : SIMD, τ_0_0.MaskStorage.Scalar : FixedWidthInteger, τ_0_0.MaskStorage.Scalar : SignedInteger> to <τ_0_0 : CustomStringConvertible, τ_0_0 : Decodable, τ_0_0 : Encodable, τ_0_0 : ExpressibleByArrayLiteral, τ_0_0 : Hashable, τ_0_0 : SIMDStorage, τ_0_0.MaskStorage : SIMD, τ_0_0.MaskStorage.Scalar : FixedWidthInteger, τ_0_0.MaskStorage.Scalar : SignedInteger>
5151
Protocol SIMDStorage has generic signature change from <τ_0_0.Scalar : Hashable> to <τ_0_0.Scalar : Decodable, τ_0_0.Scalar : Encodable, τ_0_0.Scalar : Hashable>
52+
Func Sequence.flatMap(_:) has been removed
53+
Subscript String.UnicodeScalarView.subscript(_:) has been removed
54+
Subscript Substring.subscript(_:) has been removed

0 commit comments

Comments
 (0)