Module projections

Source

Structsยง

Normalizer ๐Ÿ”’
SortNormalizer ๐Ÿ”’
TVarSubst ๐Ÿ”’

Enumsยง

Candidate

Traitsยง

NormalizeExt

Functionsยง

assemble_candidates_from_predicates ๐Ÿ”’
normalize_projection_ty_with_rustc ๐Ÿ”’
Normalize an rty::AliasTy by converting it to rustc, normalizing it using rustc api, and then mapping the result back to rty. This will lose refinements and it should only be used to normalize sorts because they should only contain unrefined types. However, we are also using it as a hack to normalize types in cases where we fail to collect a candidate, this is unsound and should be removed.