You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, nope, neither of our solutions are sufficient. Presumably 100 should hash to the same as 000100, but that doesn't hold if you naively hash the whole Vec. Need to truncate blocks that are all 0's at the end of the slice.
Gankra
added a commit
to Gankra/rust
that referenced
this issue
Aug 17, 2014
Pretty self-explanatory. Only annoying thing is that it *seems* that I had to add `#![feature(default_type_params)]` to libnum because of Hasher. Don't know if there's a way around that.
Fix#16551
Something along the lines of
should work.
The text was updated successfully, but these errors were encountered: