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
Currently parsing punctuation looks like syn!(ShlEq) and parsing a keyword looks like syn!(Default_). I would much rather write punct!(<<=) and keyword!(default) instead -- and have that produce the correct struct type without me having to look up its name.