We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ErrorUnionType
1 parent b575c89 commit ad0f9f1Copy full SHA for ad0f9f1
swift/extractor/infra/SwiftTagTraits.h
@@ -335,7 +335,7 @@ MAP(swift::TypeBase, TypeTag)
335
MAP(swift::PackExpansionType, PackExpansionTypeTag)
336
MAP(swift::PackElementType, PackElementTypeTag)
337
MAP(swift::TypeVariableType, void) // created during type checking and only used for constraint checking
338
- MAP(swift::ErrorUnionType, void) // TODO swift 6.0
+ MAP(swift::ErrorUnionType, void) // created during type checking and only used for constraint checking
339
MAP(swift::SugarType, SugarTypeTag)
340
MAP(swift::ParenType, ParenTypeTag)
341
MAP(swift::TypeAliasType, TypeAliasTypeTag)
0 commit comments