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 8182c1f commit 37a830cCopy full SHA for 37a830c
test/api-digester/stability-stdlib-abi-without-asserts.test
@@ -874,4 +874,8 @@ Func type(of:) has been removed
874
Func _float32ToStringImpl(_:_:_:_:) is a new API without '@available'
875
Func _float64ToStringImpl(_:_:_:_:) is a new API without '@available'
876
877
+// New conformances from SE-0489: Better debugDescription for EncodingError and DecodingError
878
+Enum DecodingError has added a conformance to an existing protocol CustomDebugStringConvertible
879
+Enum EncodingError has added a conformance to an existing protocol CustomDebugStringConvertible
880
+
881
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)
0 commit comments