Skip to content

Commit 9dd687c

Browse files
committed
[stdlib] Fix up availability to preserve ABI compatibility.
1 parent 263e4fb commit 9dd687c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Runtime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ internal func _uint64ToStringImpl(
346346
_ uppercase: Bool
347347
) -> UInt64
348348

349-
@available(*, unavailable)
349+
@available(*, deprecated, message: "Use 'String(_:radix:uppercase:)' instead")
350350
public // @testable
351351
func _uint64ToString(
352352
_ value: UInt64,

0 commit comments

Comments
 (0)