mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
880d3ea3c2
Implement `Hash` for `core::alloc::Layout` This was brought up on [reddit](https://www.reddit.com/r/rust/comments/uoypui/the_standard_library_types_are_good_except_when/), and I don't see why Layout shouldn't implement `Hash`. Feel free to comment if I am wrong though :)