rust/tests/ui/half-open-range-patterns
Nadrieril c4236785c7 Remove MaybeInfiniteInt::JustAfterMax
It was inherited from before half-open ranges, but it doesn't pull its
weight anymore. We lose a tiny bit of diagnostic precision.
2024-03-13 14:17:11 +01: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-in-slices.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
feature-gate-half-open-range-patterns-in-slices.stderr Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
half-open-range-pats-bad-types.rs
half-open-range-pats-bad-types.stderr
half-open-range-pats-exhaustive-fail.rs Allow lint where we don't care 2024-03-09 01:13:42 +01:00
half-open-range-pats-exhaustive-fail.stderr Remove MaybeInfiniteInt::JustAfterMax 2024-03-13 14:17:11 +01:00
half-open-range-pats-exhaustive-pass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
half-open-range-pats-inclusive-dotdotdot-bad-syntax.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
half-open-range-pats-inclusive-dotdotdot-bad-syntax.stderr Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
half-open-range-pats-inclusive-match-arrow.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
half-open-range-pats-inclusive-match-arrow.stderr Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
half-open-range-pats-inclusive-no-end.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
half-open-range-pats-inclusive-no-end.stderr Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
half-open-range-pats-ref-ambiguous-interp.rs
half-open-range-pats-ref-ambiguous-interp.stderr
half-open-range-pats-semantics.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
half-open-range-pats-syntactic-pass.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
half-open-range-pats-thir-lower-empty.rs
half-open-range-pats-thir-lower-empty.stderr
pat-tuple-4.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
pat-tuple-5.rs
pat-tuple-5.stderr
range_pat_interactions0.rs Allow lint where we don't care 2024-03-09 01:13:42 +01:00
range_pat_interactions1.rs
range_pat_interactions1.stderr
range_pat_interactions2.rs
range_pat_interactions2.stderr
range_pat_interactions3.rs
range_pat_interactions3.stderr
slice_pattern_syntax_problem0.rs
slice_pattern_syntax_problem0.stderr
slice_pattern_syntax_problem1.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
slice_pattern_syntax_problem1.stderr Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
slice_pattern_syntax_problem2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00