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 ea35e1b commit 4818670Copy full SHA for 4818670
lib/ASTGen/Sources/ASTGen/Macros.swift
@@ -17,7 +17,7 @@ import SwiftDiagnostics
17
import SwiftOperators
18
import SwiftSyntax
19
import SwiftSyntaxBuilder
20
-@_spi(ExperimentalLanguageFeature) import SwiftSyntaxMacroExpansion
+@_spi(ExperimentalLanguageFeature) @_spi(Compiler) import SwiftSyntaxMacroExpansion
21
@_spi(ExperimentalLanguageFeature) import SwiftSyntaxMacros
22
23
/// Describes a macro that has been "exported" to the C++ part of the
0 commit comments