Skip to content

Commit 2eb90c3

Browse files
authored
Merge pull request #68860 from ChiduAnush/changeRawSyntaxToBumpPtrAllocator
2 parents 0270d0f + 8b50a0d commit 2eb90c3

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
@@ -2,7 +2,7 @@ import CASTBridging
22
import CBasicBridging
33

44
// Needed to use BumpPtrAllocator
5-
@_spi(RawSyntax)
5+
@_spi(BumpPtrAllocator)
66
import SwiftSyntax
77
import struct SwiftDiagnostics.Diagnostic
88

0 commit comments

Comments
 (0)