about summary refs log tree commit diff
path: root/tests/ui/iterators
AgeCommit message (Collapse)AuthorLines
2023-03-03Add unuseless `#[allow(unused_allocation)]`Maybe Waffle-2/+2
2023-01-13Rollup merge of #106740 - petar-dambovaliev:float-iterator-hint, r=NilstriebYuki Okushi-0/+29
Adding a hint on iterator type errors Issue reference https://github.com/rust-lang/rust/issues/106728 - [x] add a case in the attribute - [x] add a test closes #106728
2023-01-12add note for float iteratorPetar Dambovaliev-0/+29
2023-01-11Handle inference variables in CollectAllMismatches correctlyMichael Goulet-0/+28
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1434