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 b54f58e commit 84d5e69Copy full SHA for 84d5e69
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