Closed as not planned
Description
https://rust-lang.github.io/chalk/book/clauses/type_equality.html#placeholder-associated-types contains:
In rustc, [placeholder projection types] correspond to the
TyKind::UnnormalizedProjectionTy
enum variant, declared in compiler/rustc_middle/src/ty/sty.rs.
Do they now correspond to TyKind::Alias(AliasKind::Projection, AliasTy { … })
? If so, I can gladly open a PR to update the outdated reference.
Metadata
Metadata
Assignees
Labels
No labels