rust/tests/ui/generic-const-items
Esteban Küber 91b9ffeab0 Reorder fullfillment errors to keep more interesting ones first
In `report_fullfillment_errors` push back `T: Sized`, `T: WellFormed`
and coercion errors to the end of the list. The pre-existing
deduplication logic eliminates redundant errors better that way, keeping
the resulting output with fewer errors than before, while also having
more detail.
2023-10-04 02:04:14 +00:00
..
associated-const-equality.rs
basic.rs
compare-impl-item.rs
compare-impl-item.stderr
const-trait-impl.rs
const-trait-impl.stderr
duplicate-where-clause.rs
duplicate-where-clause.stderr
elided-lifetimes.rs
elided-lifetimes.stderr make adt_const_params feature suggestion more consistent with others and only suggest it when the type can probably work 2023-09-28 23:10:04 +00:00
evaluatable-bounds.rs
evaluatable-bounds.unconstrained.stderr
feature-gate-generic_const_items.rs
feature-gate-generic_const_items.stderr
inference-failure.rs
inference-failure.stderr Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
misplaced-where-clause.fixed
misplaced-where-clause.rs
misplaced-where-clause.stderr
parameter-defaults.rs
parameter-defaults.stderr
recursive.rs
reference-outlives-referent.rs
reference-outlives-referent.stderr
trivially-unsatisfied-bounds-0.rs
trivially-unsatisfied-bounds-0.stderr
trivially-unsatisfied-bounds-1.rs
trivially-unsatisfied-bounds-1.stderr
unsatisfied-bounds.rs
unsatisfied-bounds.stderr Point out the actual mismatch error 2023-10-02 23:14:29 +00:00
unsatisfied-evaluatable-bounds.rs
unsatisfied-evaluatable-bounds.stderr
unsatisfied-outlives-bounds.rs
unsatisfied-outlives-bounds.stderr