Skip to content

Mention of TyKind::UnnormalizedProjectionTy which no longer exists #1558

Closed as not planned
@fmease

Description

@fmease

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions