Is there any ambiguity in the ErrorKind Tag #484
Labels
C-bug
Category: Things not working as expected
M-breaking-change
Meta: Implementing or merging this will introduce a breaking change.
Milestone
Please complete the following tasks
winnow version
0.6.2
Describe your use case
I noticed that in Winnow version 0.5.38, the
tag
function was discarded and replaced withliteral
. Related links: https://docs.rs/winnow/0.5.38/src/winnow/token/mod.rs.html#156 -163But in ErrorKind, there is still an enumeration value for Tag, does this look like there is code ambiguity?
Related links: https://github.com/winnow-rs/winnow/pull/464/files
The ErrorKind code:
winnow/src/error.rs
Lines 1075 to 1085 in df311c1
Describe the solution you'd like
Is it changed to be consistent with the
literal
Alternatives, if applicable
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: