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.