Skip to content

Commit 4f1f06c

Browse files
authored
Merge pull request #1360 from hborla/conformance-macro-fix
[Macros] Correct the where clause syntax type in `ConformanceMacro`.
2 parents 4727d3c + 84d5e69 commit 4f1f06c

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)