Skip to content

Commit 84d5e69

Browse files
committed
[Macros] Correct the where clause syntax type in ConformanceMacro.
1 parent b54f58e commit 84d5e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntaxMacros/MacroProtocols/ConformanceMacro.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ public protocol ConformanceMacro: AttachedMacro {
3232
of node: AttributeSyntax,
3333
providingConformancesOf declaration: Declaration,
3434
in context: Context
35-
) throws -> [(TypeSyntax, WhereClauseSyntax?)]
35+
) throws -> [(TypeSyntax, GenericWhereClauseSyntax?)]
3636
}

0 commit comments

Comments
 (0)