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 57a0264 commit fe02e1eCopy full SHA for fe02e1e
test/api-digester/stability-stdlib-abi-without-asserts.test
@@ -91,5 +91,9 @@ 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
+Func UnsafeMutableBufferPointer.assign(repeating:) has been removed
95
+Func UnsafeMutablePointer.assign(from:count:) has been removed
96
+Func UnsafeMutablePointer.assign(repeating:count:) has been removed
97
+Func UnsafeMutablePointer.moveAssign(from:count:) has been removed
98
99
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments