granite-rust/src/test/ui/iterators
2022-06-16 14:40:28 +03: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
bound.stderr Use note to point at bound introducing requirement 2021-08-16 17:47:22 +00:00
collect-into-array.rs Better error messages when collecting into [T; n] 2022-04-26 21:37:10 -07:00
collect-into-array.stderr Better error messages when collecting into [T; n] 2022-04-26 21:37:10 -07:00
collect-into-slice.rs Better error messages when collecting into [T; n] 2022-04-26 21:37:10 -07:00
collect-into-slice.stderr Better error messages when collecting into [T; n] 2022-04-26 21:37:10 -07:00
integral.rs
integral.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00: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 diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
into-iter-on-arrays-2021.rs Clean up some -Z unstable-options in tests. 2021-11-03 20:00:00 -07:00
into-iter-on-arrays-lint.fixed add #[must_use] to functions of slice and its iterators. 2022-03-24 15:21:03 +01:00
into-iter-on-arrays-lint.rs add #[must_use] to functions of slice and its iterators. 2022-03-24 15:21:03 +01:00
into-iter-on-arrays-lint.stderr add #[must_use] to functions of slice and its iterators. 2022-03-24 15:21:03 +01:00
into-iterator-type-inference-shift.rs
issue-28098.rs Move some tests to more reasonable places 2022-05-28 18:38:34 -03:00
issue-28098.stderr Move some tests to more reasonable places 2022-05-28 18:38:34 -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
iter-count-overflow-debug.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00: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
iter-position-overflow-debug.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
iter-position-overflow-ndebug.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
iter-range.rs
iter-step-overflow-debug.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +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 Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +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 Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
ranges.rs
ranges.stderr Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00: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 Do not mention associated items when they introduce an obligation 2021-11-20 19:19:31 +00:00
vec-on-unimplemented.rs Suggest using iter() or into_iter() for Vec 2022-06-08 11:09:08 +00:00
vec-on-unimplemented.stderr Suggest using iter() or into_iter() for Vec 2022-06-08 11:09:08 +00:00