We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
try
1 parent 1a8726b commit ba00e61Copy full SHA for ba00e61
Sources/SwiftSyntaxMacros/MacroReplacement.swift
@@ -280,7 +280,7 @@ extension MacroDeclSyntax {
280
definition: MacroExpansionExprSyntax,
281
replacements: [MacroDefinition.Replacement]
282
) -> ExprSyntax {
283
- return try expand(
+ return expand(
284
argumentList: node.argumentList,
285
definition: definition,
286
replacements: replacements
@@ -303,7 +303,7 @@ extension MacroDeclSyntax {
303
argumentList = nil
304
}
305
306
307
argumentList: argumentList,
308
309
0 commit comments