Skip to content

Commit f4ede75

Browse files
authored
Merge pull request #1101 from DougGregor/macro-evaluation-context-init-public
Make the MacroEvaluationContext initializer public
2 parents 3006f3b + 84ed670 commit f4ede75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/_SwiftSyntaxMacros/MacroEvaluationContext.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public struct MacroEvaluationContext {
2121
/// Used to map the provided syntax nodes into source locations.
2222
public let sourceLocationConverter: SourceLocationConverter
2323

24-
@_spi(Testing)
2524
public init(
2625
moduleName: String,
2726
sourceLocationConverter: SourceLocationConverter

0 commit comments

Comments
 (0)