about summary refs log tree commit diff
path: root/tests/ui/generic-const-items
AgeCommit message (Collapse)AuthorLines
2023-11-24Show number in error message even for one errorNilstrieb-7/+7
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-12Deny more `~const` trait boundsLeón Orell Valerian Liehr-5/+5
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-1/+1
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-02Point out the actual mismatch errorMichael Goulet-0/+2
2023-09-28make adt_const_params feature suggestion more consistent with others and ↵asquared31415-1/+1
only suggest it when the type can probably work
2023-08-25Walk through full path in point_at_path_if_possibleMichael Goulet-2/+2
2023-08-12Don't crash when reporting nice region errors for generic const itemsLeón Orell Valerian Liehr-0/+29
2023-08-02Remove constness from `TraitPredicate`Deadbeef-1/+13
2023-07-28Add UI tests for generic const itemsLeón Orell Valerian Liehr-0/+813