about summary refs log tree commit diff
path: root/tests/ui/errors/trait-bound-error-spans
AgeCommit message (Expand)AuthorLines
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-2/+2
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-15/+15
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-14/+14
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-14/+14
2023-02-28Fix error spans for arguments to tuple enum constructorsNathan Fenner-5/+358
2023-02-27Point error span at Some constructor argument when trait resolution failsNathan Fenner-3/+91
2023-01-23Point at specific field in struct literal when trait fulfillment failsNathan Fenner-0/+63