File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1144,7 +1144,7 @@ extension Sequence {
1144
1144
return _copySequenceContents ( initializing: buffer)
1145
1145
}
1146
1146
1147
- @inlinable
1147
+ @_alwaysEmitIntoClient
1148
1148
internal __consuming func _copySequenceContents(
1149
1149
initializing buffer: UnsafeMutableBufferPointer < Element >
1150
1150
) -> ( Iterator , UnsafeMutableBufferPointer < Element > . Index ) {
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ extension Slice: Collection {
230
230
}
231
231
232
232
extension Slice {
233
- @inlinable
233
+ @_alwaysEmitIntoClient
234
234
public __consuming func _copyContents(
235
235
initializing buffer: UnsafeMutableBufferPointer < Element >
236
236
) -> ( Iterator , UnsafeMutableBufferPointer < Element > . Index ) {
You can’t perform that action at this time.
0 commit comments