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.
Activity
tshepang commentedon Jan 15, 2023
I found rust-lang/rust#72150
JohnTitor commentedon Feb 4, 2023
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.
tshepang commentedon Feb 4, 2023
Also, to make it clear, the type is
TyKind::UnnormalizedProjection
(and notTyKind::UnnormalizedProjectionTy
), and was removed from the codebase.fmease commentedon Feb 6, 2023
Oops, I should've looked at the URL. A hyperlink from the dev guide took me there. Sorry for the noise 🤦