Skip to content

Commit 93f181b

Browse files
committed
[generated] Update generated code
1 parent 145c3d8 commit 93f181b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Sources/SwiftParserDiagnostics/generated/SyntaxKindNameForDiagnostics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
import SwiftSyntax
15+
@_spi(ExperimentalLanguageFeatures) import SwiftSyntax
1616

1717
extension SyntaxKind {
1818
var nameForDiagnostics: String? {

Sources/SwiftSyntax/generated/SyntaxTransform.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15+
@_spi(SyntaxTransformVisitor)
1516
public protocol SyntaxTransformVisitor {
1617
associatedtype ResultType = Void
1718

0 commit comments

Comments
 (0)