Skip to content

Commit f6c0f4f

Browse files
committed
[api-digester] add another exception for typed throws
1 parent f77c4d4 commit f6c0f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Func Result.get() has mangled name changing from 'Swift.Result.get() throws -> A
108108
Func withUnsafePointer(to:_:) has been renamed to Func __abi_withUnsafePointer(to:_:)
109109
Func withUnsafePointer(to:_:) has mangled name changing from 'Swift.withUnsafePointer<A, B>(to: A, _: (Swift.UnsafePointer<A>) throws -> B) throws -> B' to 'Swift.__abi_withUnsafePointer<A, B>(to: A, _: (Swift.UnsafePointer<A>) throws -> B) throws -> B'
110110
Func withUnsafePointer(to:_:) is now without @rethrows
111+
Func withUnsafeBytes(of:_:) has generic signature change from <T, Result> to <T, Result, E where E : Swift.Error>
111112
Func withoutActuallyEscaping(_:do:) has been renamed to Func __abi_withoutActuallyEscaping(_:do:)
112113
Func withoutActuallyEscaping(_:do:) has mangled name changing from 'Swift.withoutActuallyEscaping<A, B>(_: A, do: (A) throws -> B) throws -> B' to 'Swift.__abi_withoutActuallyEscaping<A, B>(_: A, do: (A) throws -> B) throws -> B'
113114
Func withoutActuallyEscaping(_:do:) is now without @rethrows

0 commit comments

Comments
 (0)