Skip to content

Commit 4818670

Browse files
committed
Update with Swift Syntax
1 parent ea35e1b commit 4818670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ASTGen/Sources/ASTGen/Macros.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import SwiftDiagnostics
1717
import SwiftOperators
1818
import SwiftSyntax
1919
import SwiftSyntaxBuilder
20-
@_spi(ExperimentalLanguageFeature) import SwiftSyntaxMacroExpansion
20+
@_spi(ExperimentalLanguageFeature) @_spi(Compiler) import SwiftSyntaxMacroExpansion
2121
@_spi(ExperimentalLanguageFeature) import SwiftSyntaxMacros
2222

2323
/// Describes a macro that has been "exported" to the C++ part of the

0 commit comments

Comments
 (0)