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 5af7e0d commit 70a702cCopy full SHA for 70a702c
lib/ASTGen/Sources/ASTGen/SourceFile.swift
@@ -75,7 +75,6 @@ extension Parser.ExperimentalFeatures {
75
mapFeature(.NonescapableTypes, to: .nonescapableTypes)
76
mapFeature(.TrailingComma, to: .trailingComma)
77
mapFeature(.CoroutineAccessors, to: .coroutineAccessors)
78
- mapFeature(.ValueGenerics, to: .valueGenerics)
79
mapFeature(.ABIAttribute, to: .abiAttribute)
80
mapFeature(.OldOwnershipOperatorSpellings, to: .oldOwnershipOperatorSpellings)
81
mapFeature(.KeyPathWithMethodMembers, to: .keypathWithMethodMembers)
0 commit comments