mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
86d445eda8
* Implement IsZero trait for tuples up to 8 IsZero elements; * Implement IsZero for u8/i8, leading to implementation of it for arrays of them too; * Add more codegen tests for this optimization. * Lower size of array for IsZero trait because it fails to inline checks