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
The wingman metaprogram parser will give you line/column errors in the event of a bad parse. But these are relative to the start of the metaprogram, not relative to the containing file. Easy to fix; just add the containing source span before printing them out.