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 Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
basic.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
compare-impl-item.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
compare-impl-item.stderr Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
const-trait-impl.rs Remove constness from `TraitPredicate` 2023-08-02 15:38:00 +00:00
const-trait-impl.stderr Remove constness from `TraitPredicate` 2023-08-02 15:38:00 +00:00
duplicate-where-clause.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
duplicate-where-clause.stderr Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
elided-lifetimes.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
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 Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
evaluatable-bounds.unconstrained.stderr Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
feature-gate-generic_const_items.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
feature-gate-generic_const_items.stderr Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
inference-failure.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
inference-failure.stderr Reorder fullfillment errors to keep more interesting ones first 2023-10-04 02:04:14 +00:00
misplaced-where-clause.fixed Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
misplaced-where-clause.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
misplaced-where-clause.stderr Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
parameter-defaults.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
parameter-defaults.stderr Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
recursive.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
reference-outlives-referent.rs Don't crash when reporting nice region errors for generic const items 2023-08-12 15:34:28 +02:00
reference-outlives-referent.stderr Don't crash when reporting nice region errors for generic const items 2023-08-12 15:34:28 +02:00
trivially-unsatisfied-bounds-0.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
trivially-unsatisfied-bounds-0.stderr Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
trivially-unsatisfied-bounds-1.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
trivially-unsatisfied-bounds-1.stderr Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
unsatisfied-bounds.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
unsatisfied-bounds.stderr Point out the actual mismatch error 2023-10-02 23:14:29 +00:00
unsatisfied-evaluatable-bounds.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
unsatisfied-evaluatable-bounds.stderr Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
unsatisfied-outlives-bounds.rs Add UI tests for generic const items 2023-07-28 22:23:20 +02:00
unsatisfied-outlives-bounds.stderr Add UI tests for generic const items 2023-07-28 22:23:20 +02:00