Module chalk_solve::wf
source ยท Structsยง
- InputTypeCollector ๐
- Defines methods to compute well-formedness goals for well-known traits (e.g. a goal for all fields of struct in a Copy impl to be Copy)
Enumsยง
Functionsยง
- Associated type values are special because they can be parametric (independently of the impl), so we issue a special goal which is quantified using the binders of the associated type value, for example in:
- impl_header_wf_goal ๐
- impl_wf_environment ๐Creates the conditions that an impl (and its contents of an impl) can assume to be true when proving that it is well-formed.