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 9445fc6 commit f489962Copy full SHA for f489962
Sources/SwiftCompilerPluginMessageHandling/Macros.swift
@@ -151,7 +151,7 @@ extension PluginProviderMessageHandler {
151
152
func addToSourceManager(_ syntax: PluginMessage.Syntax) -> Syntax {
153
sourceManager.add(
154
- attributeSyntax,
+ syntax,
155
swiftVersion: swiftVersion,
156
experimentalFeatures: experimentalFeatures,
157
foldingWith: .standardOperators
0 commit comments