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
…885)
Closes#737
Functionally it's done but needs a rebase and a final polish. For now
I'm using the existing PG infra until we clean it up (#638, slated for
this sprint as well).
As discussed f2f.
LeadingTrivia
andTrailingTrivia
non-terminals.FieldName::LeadingTrivia
andFieldName::TrailingTrivia
for the promoted siblings.fn is_trivia()
forRuleKind
, since it is impossible for any variant.fn is_trivia()
correctly forTokenKind
based onItem::Trivia
, instead of returningfalse
. (Fix parsing ambiguous call options #862)The text was updated successfully, but these errors were encountered: