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 6e35812 + 4adc4ff commit 193a1b8Copy full SHA for 193a1b8
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