rust/src/test/ui/iterators
Caleb Sander afcee19d88 Make RSplit<T, P>: Clone not require T: Clone
This addresses a TODO comment. The behavior of #[derive(Clone)]
*does* result in a T: Clone requirement.

Add a manual Clone implementation, matching Split and SplitInclusive.
2021-10-21 21:25:59 -07:00
..
array-of-ranges.rs Adjust docs and tests for new IntoIterator impl for arrays 2021-04-16 11:12:01 -07:00
array.rs Adjust docs and tests for new IntoIterator impl for arrays 2021-04-16 11:12:01 -07:00
bound.rs Update tests 2018-12-04 10:06:05 +01:00
bound.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
integral.rs
integral.stderr Various diagnostics clean ups/tweaks 2021-07-19 08:43:35 -07:00
into-iter-on-arrays-2018.rs Update tests for array_into_iter lint upgrade. 2021-08-30 23:43:38 +02:00
into-iter-on-arrays-2018.stderr Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
into-iter-on-arrays-2021.rs Test array into_iter with more wrapper types 2021-04-16 11:12:01 -07:00
into-iter-on-arrays-lint.fixed Fix array-into-iter tests. 2021-06-26 12:19:18 +00:00
into-iter-on-arrays-lint.rs Fix array-into-iter tests. 2021-06-26 12:19:18 +00:00
into-iter-on-arrays-lint.stderr Practice diagnostic message convention 2021-10-03 16:16:28 +09:00
into-iterator-type-inference-shift.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-58952-filter-type-length.rs avoid applying in-place collect specialization in type-length test 2020-09-03 20:59:33 +02:00
iter-cloned-type-inference.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
iter-count-overflow-debug.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
iter-count-overflow-ndebug.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
iter-map-fold-type-length.rs Move run-pass/iterators/* to ui/iterators/ 2019-08-12 15:03:45 -07:00
iter-position-overflow-debug.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
iter-position-overflow-ndebug.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
iter-range.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
iter-step-overflow-debug.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
iter-step-overflow-ndebug.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
iter-sum-overflow-debug.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
iter-sum-overflow-ndebug.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
iter-sum-overflow-overflow-checks.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
ranges.rs Reword Range*/[Range*]: Iterator E0277 messages 2018-10-11 13:44:07 -07:00
ranges.stderr Various diagnostics clean ups/tweaks 2021-07-19 08:43:35 -07:00
rsplit-clone.rs Make RSplit<T, P>: Clone not require T: Clone 2021-10-21 21:25:59 -07:00
skip-count-overflow.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
string.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
string.stderr Various diagnostics clean ups/tweaks 2021-07-19 08:43:35 -07:00