about summary refs log tree commit diff
path: root/src/test/ui/iterators/into-iter-on-arrays-2018.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-46/+0
2021-08-30Update tests for array_into_iter lint upgrade.Mara Bos-1/+4
2021-06-26Fix array-into-iter tests.Mara Bos-0/+1
2021-06-26Add test for suggestion of array_into_iter in for loop.Mara Bos-0/+3
2021-06-26Update tests for updated array_into_iter lint.Mara Bos-2/+2
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-2/+2
2021-04-16Test array into_iter with more wrapper typesJosh Stone-0/+17
2021-04-16Test Box::new(array).into_iter()Josh Stone-1/+6
2021-04-16Skip into_iter() for arrays before 2021Josh Stone-0/+17