Give control over backtracking or not #75
Labels
A-error
Area: error reporting
C-enhancement
Category: Raise on the bar on expectations
M-breaking-change
Meta: Implementing or merging this will introduce a breaking change.
Milestone
Please complete the following tasks
winnow version
0.2
Describe your use case
In
typos
, I never report errors and don't need backtracking vs notIn toml_edit, I want to experiment with not bascktracking by default
Describe the solution you'd like
ParseError
forErr
and make the default constructed mode be backtrackingErr
with this new trait +ParseError
Alternatives, if applicable
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: