Skip to content

Commit 18bffd4

Browse files
authored
Merge pull request #80277 from Azoy/value-generic-feature-syntax-removal
[ASTGen] Remove ValueGeneric mapping
2 parents 20b98fe + 70a702c commit 18bffd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ASTGen/Sources/ASTGen/SourceFile.swift

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ extension Parser.ExperimentalFeatures {
7575
mapFeature(.NonescapableTypes, to: .nonescapableTypes)
7676
mapFeature(.TrailingComma, to: .trailingComma)
7777
mapFeature(.CoroutineAccessors, to: .coroutineAccessors)
78-
mapFeature(.ValueGenerics, to: .valueGenerics)
7978
mapFeature(.ABIAttribute, to: .abiAttribute)
8079
mapFeature(.OldOwnershipOperatorSpellings, to: .oldOwnershipOperatorSpellings)
8180
mapFeature(.KeyPathWithMethodMembers, to: .keypathWithMethodMembers)

0 commit comments

Comments
 (0)