mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
150e0ec393
Make `Hash`, `Hasher` and `BuildHasher` `#[const_trait]` and make `Sip` const `Hasher` This PR enables using Hashes in const context. r? ``@fee1-dead``