You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
That book isn't hosted here but on https://github.com/rust-lang/chalk, please open an issue or submit a PR directly there! I cannot transfer the issue so am going to close instead.
https://rust-lang.github.io/chalk/book/clauses/type_equality.html#placeholder-associated-types contains:
Do they now correspond to
TyKind::Alias(AliasKind::Projection, AliasTy { … })
? If so, I can gladly open a PR to update the outdated reference.The text was updated successfully, but these errors were encountered: