We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7b2cf4 + 03336f7 commit 2a4f370Copy full SHA for 2a4f370
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