Skip to content

Commit 17bf36f

Browse files
committed
[api-digester] Update ceremonial confessions
(cherry picked from commit 1b89293)
1 parent 4be8144 commit 17bf36f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/api-digester/Outputs/stability-stdlib-source-x86_64.swift.expected

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,5 @@ Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has generic signatur
342342
Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) is now without @rethrows
343343
Func UnsafePointer.withMemoryRebound(to:capacity:_:) has generic signature change from <Pointee, T, Result> to <Pointee, T, E, Result where E : Swift.Error, T : ~Copyable, Result : ~Copyable>
344344
Func UnsafePointer.withMemoryRebound(to:capacity:_:) is now without @rethrows
345-
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, E, Result where E : Swift.Error, Result : ~Copyable>
346-
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, E, Result where E : Swift.Error, T : ~Copyable, Result : ~Copyable>
347-
Func withExtendedLifetime(_:_:) is now without @rethrows
345+
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, Result where Result : ~Copyable>
346+
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, Result where T : ~Copyable, Result : ~Copyable>

0 commit comments

Comments
 (0)