mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 08:06:54 +00:00
It's a synonym for `u64` and there are a couple of places where we use `u64` where we should use `Word`, which this commit fixes. I found this when I tried changing `Word` to `u128` (which made performance worse).