summary refs log tree commit diff
path: root/src/test/ui/const-generics/array-impls/into-iter-impls-length-32.rs
AgeCommit message (Collapse)AuthorLines
2019-10-24Add UI tests for `array::IntoIter` implsLukas Kalbertodt-0/+41
This it to make sure traits are implemented for arrays with length 32 and below, while they are not implemented for >= 33.