Skip to content

Commit c75ad47

Browse files
committed
[test] Update source stability list of false positives
1 parent 19f74bc commit c75ad47

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
@@ -341,5 +341,5 @@ Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has generic signatur
341341
Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) is now without @rethrows
342342
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>
343343
Func UnsafePointer.withMemoryRebound(to:capacity:_:) is now without @rethrows
344-
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, Result where Result : ~Copyable>
345-
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, Result where T : ~Copyable, Result : ~Copyable>
344+
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, E, Result where E : Swift.Error, T : ~Copyable, Result : ~Copyable>
345+
Func withExtendedLifetime(_:_:) is now without @rethrows

0 commit comments

Comments
 (0)