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
Kw<V,T>:T = {
<left: @L> V <right: @R> => (<>).into(),// the idea is to cast from a range to the proper keyword type, assuming `T: From<(usize, usize)>`}PackageKw = Kw<"package",PackageKw>;// type resolution by lalrpop says it references itself, but intellij-lalrpop doesn't
So I was just writing more lalrpop code:
On a side note, adding the type to
PackageKw
:The text was updated successfully, but these errors were encountered: