We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b761d8f commit d8ba716Copy full SHA for d8ba716
test/api-digester/stability-stdlib-abi-without-asserts.test
@@ -868,4 +868,10 @@ Func ==(_:_:) has parameter 0 type change from (any Any.Type)? to τ_0_0
868
Func ==(_:_:) has parameter 1 type change from (any Any.Type)? to τ_0_0
869
Func type(of:) has been removed
870
871
+// Float-to-String conversions were reimplemented in Swift
872
+// The legacy C entry points now look like newly introduced Swift functions
873
+Func _float32ToStringImpl(_:_:_:_:) is a new API without '@available'
874
+Func _float64ToStringImpl(_:_:_:_:) is a new API without '@available'
875
+Func _float80ToStringImpl(_:_:_:_:) is a new API without '@available'
876
+
877
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments