Skip to content

Commit 5e59444

Browse files
authored
Merge pull request #62835 from DougGregor/macros-experimental-in-prod
Allow the "macros" experimental feature to be enabled in production compilers
2 parents d023147 + 74a5b6a commit 5e59444

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)