You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use arguments instead of argumentList in the macro template (#7424)
* **Explanation**: `argumentList` has been deprecated. The Swift macro
template should use `arguments` instead.
* **Scope**: The Swift macro template
* **Risk**: Very low
* **Testing**: Made the same modification in a macro package that was
freshly generated from the template and verified that it builds without
warnings
* **Issue**: n/a
* **Reviewer**: @MaxDesiatov on
#7422
0 commit comments