rust/tests/ui/range
Samuel Tardieu 890ade5ae8 Bless UI tests: do not print alternate implementors of Step
Alternative candidates for a trait implementation are not printed when
the trait has a diagnostic name, to avoid printing alternatives for
common stdlib traits such as `Copy` or `Debug`. However, this affects
all traits for which a diagnostic item is added.

Here, the list of alternatives candidates for `Step` does not seem
useful, and `Step` is unstable, so this will not be missed.
2025-06-20 19:31:53 +02:00
..
exclusive-range-patterns-2021.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
exclusive-range-patterns-2021.stderr
impossible_range.fixed Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
impossible_range.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
impossible_range.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
issue-54505-no-literals.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-54505-no-literals.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-54505-no-literals.stderr std::range 2025-01-30 20:37:56 -07:00
issue-54505-no-std.rs Provide diagnostic for Struct(a, .., z) expression 2024-12-09 21:55:12 +00:00
issue-54505-no-std.stderr Provide diagnostic for Struct(a, .., z) expression 2024-12-09 21:55:12 +00:00
issue-54505.fixed Provide diagnostic for Struct(a, .., z) expression 2024-12-09 21:55:12 +00:00
issue-54505.rs Provide diagnostic for Struct(a, .., z) expression 2024-12-09 21:55:12 +00:00
issue-54505.stderr std::range 2025-01-30 20:37:56 -07:00
issue-73553-misinterp-range-literal.rs
issue-73553-misinterp-range-literal.stderr recurse into refs when comparing tys for diagnostics 2023-12-07 23:00:46 -05:00
misleading-field-access-hint.rs Fix #131471, range misleading field access 2024-10-18 17:27:28 +02:00
misleading-field-access-hint.stderr Fix #131471, range misleading field access 2024-10-18 17:27:28 +02:00
range-1.rs
range-1.stderr Bless UI tests: do not print alternate implementors of Step 2025-06-20 19:31:53 +02:00
range-inclusive-pattern-precedence.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
range-inclusive-pattern-precedence.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
range-inclusive-pattern-precedence.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
range-inclusive-pattern-precedence2.rs
range-inclusive-pattern-precedence2.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
range-pattern-out-of-bounds-issue-68972.rs Stabilize exclusive_range 2024-05-02 19:42:31 -04:00
range-pattern-out-of-bounds-issue-68972.stderr Stabilize exclusive_range 2024-05-02 19:42:31 -04:00
range_inclusive.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
range_traits-1.rs
range_traits-1.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
range_traits-2.rs
range_traits-2.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
range_traits-3.rs
range_traits-3.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
range_traits-4.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
range_traits-5.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
range_traits-6.rs
range_traits-6.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
range_traits-7.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00