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.
2 parents 4727d3c + 84d5e69 commit 4f1f06cCopy full SHA for 4f1f06c
Sources/SwiftSyntaxMacros/MacroProtocols/ConformanceMacro.swift
@@ -32,5 +32,5 @@ public protocol ConformanceMacro: AttachedMacro {
32
of node: AttributeSyntax,
33
providingConformancesOf declaration: Declaration,
34
in context: Context
35
- ) throws -> [(TypeSyntax, WhereClauseSyntax?)]
+ ) throws -> [(TypeSyntax, GenericWhereClauseSyntax?)]
36
}
0 commit comments