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
It should be possible to .as(DeclGroupSyntax.self)?.introducerKeyword when writing macros in order to easily write diagnostics like "cannot be applied to struct" etc.
Currently one has to do manual if/else of all the kinds we support