Skip to content

Commit ea6b69e

Browse files
committed
Add missing @available marker on _getMangledTypeName
1 parent 3344448 commit ea6b69e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/Misc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func _typeName(_ type: Any.Type, qualified: Bool = true) -> String {
7878
UnsafeBufferPointer(start: stringPtr, count: count)).0
7979
}
8080

81+
@available(macOS 9999, iOS 9999, tvOS 9999, watchOS 9999, *)
8182
@_silgen_name("swift_getMangledTypeName")
8283
public func _getMangledTypeName(_ type: Any.Type)
8384
-> (UnsafePointer<UInt8>, Int)

0 commit comments

Comments
 (0)