8000
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.
@_spi(ExperimentalLanguageFeature)
BodyMacro
1 parent fa81bf5 commit 4adc4ffCopy full SHA for 4adc4ff
Sources/SwiftSyntaxMacros/MacroProtocols/BodyMacro.swift
@@ -16,7 +16,6 @@ import SwiftSyntax
16
17
/// Describes a macro that can create the body for a function that does not
18
/// have one.
19
-@_spi(ExperimentalLanguageFeature)
20
public protocol BodyMacro: AttachedMacro {
21
/// Expand a macro described by the given custom attribute and
22
/// attached to the given declaration and evaluated within a
0 commit comments