Skip to content

Commit ad0f9f1

Browse files
committed
Swift: mark ErrorUnionType as type-check only
1 parent b575c89 commit ad0f9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/infra/SwiftTagTraits.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ MAP(swift::TypeBase, TypeTag)
335335
MAP(swift::PackExpansionType, PackExpansionTypeTag)
336336
MAP(swift::PackElementType, PackElementTypeTag)
337337
MAP(swift::TypeVariableType, void) // created during type checking and only used for constraint checking
338-
MAP(swift::ErrorUnionType, void) // TODO swift 6.0
338+
MAP(swift::ErrorUnionType, void) // created during type checking and only used for constraint checking
339339
MAP(swift::SugarType, SugarTypeTag)
340340
MAP(swift::ParenType, ParenTypeTag)
341341
MAP(swift::TypeAliasType, TypeAliasTypeTag)

0 commit comments

Comments
 (0)