Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around rust < 1.78 crash (#231)
Somehow the DWARF info generated by the compiler for the `hash`-replacement assignment is confusing to LLVM, which crashes. By using a different form for the same operation, the compiler is happy.
- Loading branch information