Files
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
..