Skip to content

Commit 851274d

Browse files
Lance Parkermilseman
Lance Parker
authored andcommitted
[stdlib] Restore @inlinable on _arrayOutOfPlaceReplace (#22)
Temporarily for https://bugs.swift.org/browse/SR-7588
1 parent 4267d4d commit 851274d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Arrays.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,8 +1875,8 @@ internal struct _InitializeMemoryFromCollection<
18751875
}
18761876

18771877
extension _ArrayBufferProtocol {
1878+
@inlinable // FIXME @useableFromInline https://bugs.swift.org/browse/SR-7588
18781879
@inline(never)
1879-
@usableFromInline
18801880
internal mutating func _arrayOutOfPlaceReplace<C : Collection>(
18811881
_ bounds: Range<Int>,
18821882
with newValues: C,

0 commit comments

Comments
 (0)