rust/src/test/ui/iterators
bstrie 90a2e5e3fe Update tests to remove old numeric constants
Part of #68490.

Care has been taken to leave the old consts where appropriate, for testing backcompat regressions, module shadowing, etc. The intrinsics docs were accidentally referring to some methods on f64 as std::f64, which I changed due to being contrary with how we normally disambiguate the shadow module from the primitive. In one other place I changed std::u8 to std::ops since it was just testing path handling in macros.

For places which have legitimate uses of the old consts, deprecated attributes have been optimistically inserted. Although currently unnecessary, they exist to emphasize to any future deprecation effort the necessity of these specific symbols and prevent them from being accidentally removed.
2020-11-29 00:55:55 -05:00
..
array-of-ranges.rs Update tests 2018-12-04 10:06:05 +01:00
array-of-ranges.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
array.rs Update tests 2018-12-04 10:06:05 +01:00
array.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
bound.rs Update tests 2018-12-04 10:06:05 +01:00
bound.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
integral.rs
integral.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
into-iter-on-arrays-lint.fixed Always pass `-Z future-incompat-report` to UI tests 2020-10-30 20:02:15 -04:00
into-iter-on-arrays-lint.rs Always pass `-Z future-incompat-report` to UI tests 2020-10-30 20:02:15 -04:00
into-iter-on-arrays-lint.stderr Always pass `-Z future-incompat-report` to UI tests 2020-10-30 20:02:15 -04: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 Fix tests from rebase 2020-10-06 11:19:33 +01: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 Fix tests from rebase 2020-10-06 11:19:33 +01:00