rust/tests/ui/iterators
Esteban Küber 6d23ee8430 Special case iterator chain checks for suggestion
When encountering method call chains of `Iterator`, check for trailing
`;` in the body of closures passed into `Iterator::map`, as well as
calls to `<T as Clone>::clone` when `T` is a type param and `T: !Clone`.

Fix #9082.
2023-10-14 04:11:54 +00:00
..
array-of-ranges.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
array.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bound.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
collect-into-array.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
collect-into-array.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
collect-into-slice.rs Give better error when collecting into &[T] 2023-05-15 21:16:35 +03:00
collect-into-slice.stderr Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
float_iterator_hint.rs add note for float iterator 2023-01-12 15:29:53 +01:00
float_iterator_hint.stderr add note for float iterator 2023-01-12 15:29:53 +01:00
integral.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
integral.stderr add note for float iterator 2023-01-12 15:29:53 +01:00
into-iter-on-arrays-2018.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
into-iter-on-arrays-2018.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
into-iter-on-arrays-2021.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
into-iter-on-arrays-lint.fixed Add unuseless #[allow(unused_allocation)] 2023-03-03 17:47:48 +00:00
into-iter-on-arrays-lint.rs Add unuseless #[allow(unused_allocation)] 2023-03-03 17:47:48 +00:00
into-iter-on-arrays-lint.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
into-iterator-type-inference-shift.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-iterator-chain-fixable.fixed Special case iterator chain checks for suggestion 2023-10-14 04:11:54 +00:00
invalid-iterator-chain-fixable.rs Special case iterator chain checks for suggestion 2023-10-14 04:11:54 +00:00
invalid-iterator-chain-fixable.stderr Special case iterator chain checks for suggestion 2023-10-14 04:11:54 +00:00
invalid-iterator-chain-with-int-infer.rs Handle inference variables in CollectAllMismatches correctly 2023-01-11 20:01:24 +00:00
invalid-iterator-chain-with-int-infer.stderr More accurately point at arguments 2023-08-26 19:25:46 +00:00
invalid-iterator-chain.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-iterator-chain.stderr Special case iterator chain checks for suggestion 2023-10-14 04:11:54 +00:00
issue-28098.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-28098.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-58952-filter-type-length.rs Ignore tests that hang in new solver 2023-06-09 21:57:37 +00:00
iter-cloned-type-inference.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-count-overflow-debug.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-count-overflow-ndebug.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-map-fold-type-length.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-position-overflow-debug.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-position-overflow-ndebug.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-range.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-step-overflow-debug.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-step-overflow-ndebug.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-sum-overflow-debug.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-sum-overflow-ndebug.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
iter-sum-overflow-overflow-checks.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ranges.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ranges.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rsplit-clone.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
skip-count-overflow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
string.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
string.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
vec-on-unimplemented.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
vec-on-unimplemented.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00