rust/compiler
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
..
2023-09-26 09:37:55 +02:00
2023-10-02 16:47:11 +11:00
2023-09-28 19:52:41 +03:00
2023-09-30 10:26:04 +08:00