rust/src/test/ui/const-generics/array-impls
Lukas Kalbertodt c36b9ddcb4
Add UI tests for array::IntoIter impls
This it to make sure traits are implemented for arrays with length 32
and below, while they are not implemented for >= 33.
2019-10-24 15:46:44 +02:00
..
alloc-traits-impls-length-32.rs Add tests for Vec(Deque) array PartialEq impls. 2019-07-28 06:46:41 +02:00
alloc-traits-no-impls-length-33.rs Add tests for Vec(Deque) array PartialEq impls. 2019-07-28 06:46:41 +02:00
alloc-traits-no-impls-length-33.stderr Add tests for Vec(Deque) array PartialEq impls. 2019-07-28 06:46:41 +02:00
alloc-types-no-impls-length-33.rs Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
alloc-types-no-impls-length-33.stderr Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04: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 When possible point at argument causing item obligation failure 2019-09-19 12:10:23 -07:00
into-iter-impls-length-32.rs Add UI tests for array::IntoIter impls 2019-10-24 15:46:44 +02:00
into-iter-no-impls-length-33.rs Add UI tests for array::IntoIter impls 2019-10-24 15:46:44 +02:00
into-iter-no-impls-length-33.stderr Add UI tests for array::IntoIter impls 2019-10-24 15:46:44 +02:00