Skip to content

Commit f1b374d

Browse files
committed
Update stability-stdlib-source-base.swift.expected for URP.load
1 parent 4fdc18a commit f1b374d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ Func UnsafePointer.deallocate() has generic signature change from <Pointee> to <
293293
Func UnsafeRawBufferPointer.bindMemory(to:) has generic signature change from <T> to <T where T : ~Copyable>
294294
Func UnsafeRawPointer.assumingMemoryBound(to:) has generic signature change from <T> to <T where T : ~Copyable>
295295
Func UnsafeRawPointer.bindMemory(to:capacity:) has generic signature change from <T> to <T where T : ~Copyable>
296+
Func UnsafeRawPointer.load(fromByteOffset:as:) has generic signature change from <T> to <T where T : ~Escapable>
296297
Func swap(_:_:) has generic signature change from <T> to <T where T : ~Copyable>
297298
Func withExtendedLifetime(_:_:) has parameter 0 changing from Default to Shared
298299
Func withUnsafeBytes(of:_:) has generic signature change from <T, Result> to <T, E, Result where E : Swift.Error, T : ~Copyable, Result : ~Copyable>

0 commit comments

Comments
 (0)