Skip to content

Commit e39613b

Browse files
committed
[stdlib] String.Index.description: Use @_aeic for now
1 parent 0179237 commit e39613b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/StringIndex.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ extension String.Index {
525525
}
526526

527527
/// A textual representation of this instance.
528-
@backDeployed(before: SwiftStdlib 6.1)
528+
@_alwaysEmitIntoClient // FIXME: Use @backDeployed
529529
@inline(never)
530530
public var description: String {
531531
// 23[utf8]+1

0 commit comments

Comments
 (0)