about summary refs log tree commit diff
path: root/tests/ui/issues/issue-21950.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-14clean up issue-21950 (dyn trait cast without assoc type at the cast)omskscream-12/+0
2024-11-30Do not create trait object type if missing associated typesMichael Goulet-18/+2
2024-07-04Better suggestion span for missing type parameterEsteban Küber-1/+5
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-1/+1
When an associated type with GATs isn't specified in a `dyn Trait`, emit an object safety error instead of only complaining about the missing associated type, as it will lead the user down a path of three different errors before letting them know that what they were trying to do is impossible to begin with. Fix #103155.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+24