Skip to content

Commit 74a5b6a

Browse files
committed
Allow the "macros" experimental feature to be enabled in production compilers
Now that we have a macro in the standard library, we need production compilers to be able to build the standard library. Fixes rdar://103868067.
1 parent c31cab2 commit 74a5b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/Features.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ EXPERIMENTAL_FEATURE(ImplicitSome, false)
150150
EXPERIMENTAL_FEATURE(ParserASTGen, false)
151151

152152
/// Enable the experimental macros feature.
153-
EXPERIMENTAL_FEATURE(Macros, false)
153+
EXPERIMENTAL_FEATURE(Macros, true)
154154

155155
/// Parse using the Swift (swift-syntax) parser and use ASTGen to generate the
156156
/// corresponding syntax tree.

0 commit comments

Comments
 (0)