File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -763,8 +763,9 @@ extension Unsafe${Mutable}BufferPointer {
763
763
}
764
764
765
765
// This unavailable implementation uses the expected mangled name
766
- // of `withMemoryRebound`, and provides an entry point for any
767
- // binary compiled against the stlib binary for Swift 5.6 and older.
766
+ // of `withMemoryRebound<T, Result>(to:_:)`, and provides
767
+ // an entry point for any binary linked against the stlib binary
768
+ // for Swift 5.6 and older.
768
769
@available( * , unavailable)
769
770
% if Mutable :
770
771
@_silgen_name( " $sSr17withMemoryRebound2to_qd_0_qd__m_qd_0_Sryqd__GKXEtKr0_lF " )
Original file line number Diff line number Diff line change @@ -326,8 +326,9 @@ public struct UnsafePointer<Pointee>: _Pointer {
326
326
}
327
327
328
328
// This unavailable implementation uses the expected mangled name
329
- // of `withMemoryRebound`, and provides an entry point for any
330
- // binary compiled against the stlib binary for Swift 5.6 and older.
329
+ // of `withMemoryRebound<T, Result>(to:capacity:_:)`, and provides
330
+ // an entry point for any binary linked against the stlib binary
331
+ // for Swift 5.6 and older.
331
332
@available ( * , unavailable)
332
333
@_silgen_name ( " $sSP17withMemoryRebound2to8capacity_qd_0_qd__m_Siqd_0_SPyqd__GKXEtKr0_lF " )
333
334
@usableFromInline
@@ -1032,8 +1033,9 @@ public struct UnsafeMutablePointer<Pointee>: _Pointer {
1032
1033
}
1033
1034
1034
1035
// This unavailable implementation uses the expected mangled name
1035
- // of `withMemoryRebound`, and provides an entry point for any
1036
- // binary compiled against the stlib binary for Swift 5.6 and older.
1036
+ // of `withMemoryRebound<T, Result>(to:capacity:_:)`, and provides
1037
+ // an entry point for any binary linked against the stlib binary
1038
+ // for Swift 5.6 and older.
1037
1039
@available ( * , unavailable)
1038
1040
@_silgen_name ( " $sSp17withMemoryRebound2to8capacity_qd_0_qd__m_Siqd_0_Spyqd__GKXEtKr0_lF " )
1039
1041
@usableFromInline
Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ extension Unsafe${Mutable}RawBufferPointer {
478
478
479
479
// This unavailable implementation uses the expected mangled name
480
480
// of `storeBytes<T>(of:toByteOffset:as:)`, and provides an entry point for
481
- // any binary compiled against the stlib binary for Swift 5.6 and older.
481
+ // any binary linked against the stlib binary for Swift 5.6 and older.
482
482
@available ( * , unavailable)
483
483
@_silgen_name ( " $sSw10storeBytes2of12toByteOffset2asyx_SixmtlF " )
484
484
@usableFromInline func _legacy_se0349_storeBytes< T> (
You can’t perform that action at this time.
0 commit comments