We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819ef4f commit 7019dcbCopy full SHA for 7019dcb
test/api-digester/stability-stdlib-abi-without-asserts.test
@@ -89,5 +89,7 @@ Func UnsafeBufferPointer.withMemoryRebound(to:_:) has been removed
89
Func UnsafeMutableBufferPointer.withMemoryRebound(to:_:) has been removed
90
Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has been removed
91
Func UnsafePointer.withMemoryRebound(to:capacity:_:) has been removed
92
+Func UnsafeMutableRawBufferPointer.storeBytes(of:toByteOffset:as:) has been removed
93
+Func UnsafeMutableRawPointer.storeBytes(of:toByteOffset:as:) has been removed
94
95
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments