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
I looked into this yesterday and it isn't totally straight forward. std::error::Error requires a Display implementation which Spanning<ParseError<'a>> and RuleError doesn't have. They should be possible to add but I wasn't sure what the most helpful implementations might be.
I might just make some initial implementation so we have something to discuss.
The text was updated successfully, but these errors were encountered: