Eric Yu
Eric Yu
Whoops looks like I misdiagnosed this problem, I guess using parentheses for character classes is just unsupported. Sorry about that!
I should clarify. When I replace the parentheses with square brackets, it compiles and works correctly. The compiler gives no indication of this, though, and segfaults. I'll try to give...
I misclicked the "create issue" button, so apologies for any errors in the code or being too terse
One issue which might cause non-determinism with hashing -- I can't find any evidence that `#[derive(Hash)]` hashes the fields of a struct in any particular order. This might be kind...
Hashing determinism is currently being worked on in #102