about summary refs log tree commit diff
path: root/src/test/ui/nll/user-annotations/normalization-infer.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-40/+0
2023-01-07make ascribe_user_type a TypeOpAli MJ Al-Nasrawy-0/+40
Projection types in user annotations may contain inference variables. This makes the normalization depend on the unification with the actual type and thus requires a separate TypeOp to track the obligations. Otherwise simply calling `TypeChecker::normalize` would ICE with "unexpected ambiguity"