File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
lib/ASTGen/Sources/ASTGen
test/Macros/DebugDescription Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ func expandAttachedMacroIPC(
888888
889889 let declSyntax = PluginMessage . Syntax (
890890 syntax: Syntax ( declarationNode) ,
891- in: customAttrSourceFilePtr
891+ in: declarationSourceFilePtr
892892 ) !
893893
894894 let parentDeclSyntax : PluginMessage . Syntax ?
Original file line number Diff line number Diff line change 22
33// RUN: %empty-directory(%t)
44// RUN: %target-swift-frontend %s -swift-version 5 -module-name main -disable-availability-checking -typecheck -verify -plugin-path %swift-plugin-dir
5+ // RUN: %target-swift-frontend %s -swift-version 5 -module-name main -disable-availability-checking -typecheck -verify -external-plugin-path %swift-plugin-dir#%swift-plugin-server
56
67@DebugDescription
78struct MyStruct {
You can’t perform that action at this time.
0 commit comments