Skip to content

Commit 2a4f370

Browse files
authored
Merge pull request #2711 from ahoppen/6.0/body-macro-accepted
[6.0] Remove `@_spi(ExperimentalLanguageFeature)` from `BodyMacro`
2 parents f7b2cf4 + 03336f7 commit 2a4f370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftSyntaxMacros/MacroProtocols/BodyMacro.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import SwiftSyntax
1616

1717
/// Describes a macro that can create the body for a function that does not
1818
/// have one.
19-
@_spi(ExperimentalLanguageFeature)
2019
public protocol BodyMacro: AttachedMacro {
2120
/// Expand a macro described by the given custom attribute and
2221
/// attached to the given declaration and evaluated within a

0 commit comments

Comments
 (0)