Committing to a conversion #10
Labels
enhancement
New feature or request
good first issue
Good for newcomers
mentored
Has a comment describing the likely direction to take
In order to aid the creation of correct ASTs, it's sometimes useful to know when things go wrong when you don't expect. I propose adding a
#[pest_ast(commit)]
or similar, after which conversions in the sequence which would otherwise cause aErr(NoMatch)
to propagate, instead cause a panic detailing where the error is.The text was updated successfully, but these errors were encountered: