mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
83b32f27fc
Allow `memcmp` for more array comparisons This way comparing `[NonZeroU8; 8]` is just as fast as comparing `[u8; 8]`.