Skip to content

Commit a822378

Browse files
authored
update ASTGen.swft to change RawSyntax to BumpPtrAllocator
1 parent 5ced53e commit a822378

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) //updated from RawSyntax
88
import SwiftSyntax
99
import struct SwiftDiagnostics.Diagnostic
1010

0 commit comments

Comments
 (0)