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
Allow type bounds (#279), along with type arguments in the middle of
type paths.
This relies on type inference to pass type variables from `pub rule`
wrappers to the internal parse function. Normally when type variables
are used this works correctly, but may fail for unused type variables,
for example `pub rule ty_arg<T>() = ""`
Given this I get the following error:
but adding the bound is not valid for rust-peg
Thoughts on this?
The text was updated successfully, but these errors were encountered: