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
This is the result of token::tp::try_parse never being passed the parse state, so it could be a wider issue of token specifically not supporting parse state and more that error just doesn't pass the parse state, however since my issue is focused on error, it can be more particularly solved by allowing error to pass the parse state to the token's match action.