rust/src/test/ui/const-generics/array-impls
Scott McMurray d6a9793722 Use const generics for array impls, restricted to 0..=32
- uses a never-stable core::array::LengthAtMost32 to bound the impls
- includes a custom error message to avoid mentioning LengthAtMost32 too often
- doesn't use macros for the slice implementations to avoid #62433
2019-07-07 11:31:38 -07:00
..
core-traits-impls-length-32.rs Use const generics for array impls, restricted to 0..=32 2019-07-07 11:31:38 -07:00
core-traits-no-impls-length-33.rs Use const generics for array impls, restricted to 0..=32 2019-07-07 11:31:38 -07:00
core-traits-no-impls-length-33.stderr Use const generics for array impls, restricted to 0..=32 2019-07-07 11:31:38 -07:00