rust/src/test/ui/half-open-range-patterns
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
..
exclusive_range_pattern_syntax_collision.rs
exclusive_range_pattern_syntax_collision.stderr
exclusive_range_pattern_syntax_collision2.rs
exclusive_range_pattern_syntax_collision2.stderr
exclusive_range_pattern_syntax_collision3.rs
exclusive_range_pattern_syntax_collision3.stderr
feature-gate-half-open-range-patterns.rs
feature-gate-half-open-range-patterns.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
half-open-range-pats-bad-types.rs `char` not char 2020-09-26 13:34:49 +01:00
half-open-range-pats-bad-types.stderr `char` not char 2020-09-26 13:34:49 +01:00
half-open-range-pats-exhaustive-fail.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
half-open-range-pats-exhaustive-fail.stderr Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
half-open-range-pats-exhaustive-pass.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
half-open-range-pats-inclusive-dotdotdot-bad-syntax.rs
half-open-range-pats-inclusive-dotdotdot-bad-syntax.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
half-open-range-pats-inclusive-no-end.rs
half-open-range-pats-inclusive-no-end.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
half-open-range-pats-ref-ambiguous-interp.rs
half-open-range-pats-ref-ambiguous-interp.stderr
half-open-range-pats-semantics.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
half-open-range-pats-syntactic-pass.rs
half-open-range-pats-thir-lower-empty.rs Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
half-open-range-pats-thir-lower-empty.stderr Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
pat-tuple-4.rs
pat-tuple-5.rs
pat-tuple-5.stderr