about summary refs log tree commit diff
path: root/src/test/ui/iterators/into-iter-on-arrays-lint.fixed
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-63/+0
2022-03-24add #[must_use] to functions of slice and its iterators.Jendrik-0/+1
2021-06-26Fix array-into-iter tests.Mara Bos-0/+1
2021-06-26Update tests for updated array_into_iter lint.Mara Bos-12/+12
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-12/+12
2020-10-30Always pass `-Z future-incompat-report` to UI testsAaron Hill-1/+0
2020-10-30Update into-iter-on-arrays test to check future-incompat-reportAaron Hill-1/+4
2020-10-30Some workAaron Hill-0/+1
2020-07-05Remove the usage of the LengthAtMost32 traitRoman Proskuryakov-6/+6
2019-12-24Generalize `array_into_iter` lint to also lint for boxed arraysLukas Kalbertodt-0/+25
2019-11-06Add UI test for `array.into_iter()` lintLukas Kalbertodt-0/+33