about summary refs log tree commit diff
path: root/tests/ui/impl-trait/non-defining-uses
AgeCommit message (Collapse)AuthorLines
2025-09-18add tests, silence type annotations needed errors for opaqueslcnr-14/+210
2025-09-18support calls on opaque types :<lcnr-0/+327
2025-09-11incompletely prefer opaque type bounds when self type bottoms out in inferMichael Goulet-0/+283
2025-09-06identity uses are ok, even if there are no defining useslcnr-0/+61
2025-09-01use defining uses of all bodies to constrain non-defining useslcnr-30/+57
support non-defining uses in closures
2025-08-20handle opaque types before region inferencelcnr-6/+2
2025-05-02Add a regression testmoxian-0/+29
for #140545
2025-04-03add `TypingMode::Borrowck`lcnr-0/+29