-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Chunk<'_> for slices larger than 32 #141
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
For chunks > 32, the |
maciejhirsz
pushed a commit
that referenced
this issue
Jun 8, 2022
with min-const-generics stable we can implement `Chunk` for all sizes and not just up to 32 fixes #141
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently regular expressions can not be larger than 32, because the trait
logos::source::Chunk<'_>
is not implemented for them:This is blocked on the stabilization of rust-lang/rust#44580
The text was updated successfully, but these errors were encountered: