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 9a2bd6a + 7513c79 commit 3aa0b64Copy full SHA for 3aa0b64
Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift
@@ -81,6 +81,11 @@ extension MemberMacro {
81
}
82
83
/// Default implementation that ignores the unhandled conformances.
84
+ @available(
85
+ *,
86
+ deprecated,
87
+ message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88
+ )
89
public static func expansion(
90
of node: AttributeSyntax,
91
providingMembersOf declaration: some DeclGroupSyntax,
0 commit comments