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