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 {
11441144 return _copySequenceContents ( initializing: buffer)
11451145 }
11461146
1147- @inlinable
1147+ @_alwaysEmitIntoClient
11481148 internal __consuming func _copySequenceContents(
11491149 initializing buffer: UnsafeMutableBufferPointer < Element >
11501150 ) -> ( Iterator , UnsafeMutableBufferPointer < Element > . Index ) {
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ extension Slice: Collection {
230230}
231231
232232extension Slice {
233- @inlinable
233+ @_alwaysEmitIntoClient
234234 public __consuming func _copyContents(
235235 initializing buffer: UnsafeMutableBufferPointer < Element >
236236 ) -> ( Iterator , UnsafeMutableBufferPointer < Element > . Index ) {
You can’t perform that action at this time.
0 commit comments