Skip to content

Commit d761a1a

Browse files
committed
Support newest SwiftSyntax.
1 parent ef8d250 commit d761a1a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/MacroTesting/AssertMacro.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ extension FixIt.Change {
486486
range: start..<end,
487487
replacement: replacingChildData.newChild.description
488488
)
489+
@unknown default:
490+
fatalError()
489491
#endif
490492
}
491493
}

0 commit comments

Comments
 (0)