Skip to content

Commit fc1ddd2

Browse files
committed
[test] Update source stability list of false positives
1 parent 9b32005 commit fc1ddd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,5 +345,5 @@ Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has generic signatur
345345
Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) is now without @rethrows
346346
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>
347347
Func UnsafePointer.withMemoryRebound(to:capacity:_:) is now without @rethrows
348-
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, Result where Result : ~Copyable>
349-
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, Result where T : ~Copyable, Result : ~Copyable>
348+
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, E, Result where E : Swift.Error, T : ~Copyable, Result : ~Copyable>
349+
Func withExtendedLifetime(_:_:) is now without @rethrows

0 commit comments

Comments
 (0)