about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0719.stderr
AgeCommit message (Collapse)AuthorLines
2025-09-18Enforce E0719 only for trait aliasesJules Bertholet-31/+3
2024-03-07Merge collect_mod_item_types query into check_well_formedOli Scherer-8/+8
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-2/+20
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-3/+3
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-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2
2023-05-01Don't use implied trait predicates in gather_explicit_predicates_ofMichael Goulet-2/+10
2023-01-11Move /src/test to /testsAlbert Larsan-0/+19