Byte comparisons for &str
streams can panic or worse
#460
Labels
A-input
Area: input / parsing state
C-bug
Category: Things not working as expected
M-breaking-change
Meta: Implementing or merging this will introduce a breaking change.
Milestone
We support byte string tags and byte tokens with
&str
to allow parsers that are generic over both bytes and strings. The problem is this can lead to bugs.The text was updated successfully, but these errors were encountered: