Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The code that computes the byte classes had a bug that was only tripped when the maximum number of equivalence classes was necessary (256). This commit fixes that by rewriting the loop such that we never uselessly increment outside the bounds of `u8`. Fixes rust-lang#367
- Loading branch information