Skip to content

Commit 6f338ad

Browse files
committed
Map experimental reference bindings feature for the parser
1 parent 7f2e6d4 commit 6f338ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ASTGen/Sources/ASTGen/SourceFile.swift

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ extension Parser.ExperimentalFeatures {
3535
insert(feature)
3636
}
3737
}
38+
mapFeature(.ReferenceBindings, to: .referenceBindings)
3839
mapFeature(.ThenStatements, to: .thenStatements)
3940
mapFeature(.TypedThrows, to: .typedThrows)
4041
mapFeature(.DoExpressions, to: .doExpressions)

0 commit comments

Comments
 (0)