mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 01:55:29 +00:00
Make `Hash`, `Hasher` and `BuildHasher` `#[const_trait]` and make `Sip` const `Hasher` This PR enables using Hashes in const context. r? ``@fee1-dead``