Boxy
fa83c10e96
implement compute_alias_eq_goal
2023-02-10 14:56:28 +00:00
Michael Goulet
c13bd83528
squash OpaqueTy and ProjectionTy into AliasTy
2022-12-13 17:40:27 +00:00
Michael Goulet
5c6afb850c
ProjectionTy.item_def_id -> ProjectionTy.def_id
2022-12-13 17:34:44 +00:00
Oli Scherer
4f11f3b257
Convert predicates into Predicate in the Obligation constructor
2022-11-16 09:25:19 +00:00
Cameron Steffen
349415d1c6
Remove TypeckResults from InferCtxt
2022-10-07 07:06:19 -05:00
kadmin
67f56671d0
Use Term in ProjectionPredicate
...
ProjectionPredicate should be able to handle both associated types and consts so this adds the
first step of that. It mainly just pipes types all the way down, not entirely sure how to handle
consts, but hopefully that'll come with time.
2022-01-17 17:44:56 +00:00
Oli Scherer
afb7472bcc
Add a doc comment to infer_projection
2021-09-20 14:16:19 +00:00
Oli Scherer
dfb11a8a26
Add helper function to InferCtxt
that generates inference vars for unresolved associated types
2021-09-20 13:57:56 +00:00