Skip to content

Commit 8b50a0d

Browse files
committed
ASTGen: Expose BumpPtrAllocator as @_spi(BumpPtrAllocator)
1 parent 5ced53e commit 8b50a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ASTGen/Sources/ASTGen/ASTGen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import CBasicBridging
44
// Needed to use SyntaxTransformVisitor's visit method.
55
@_spi(SyntaxTransformVisitor)
66
// Needed to use BumpPtrAllocator
7-
@_spi(RawSyntax)
7+
@_spi(BumpPtrAllocator)
88
import SwiftSyntax
99
import struct SwiftDiagnostics.Diagnostic
1010

0 commit comments

Comments
 (0)