Add FIXME

This commit is contained in:
cijiugechu
2026-04-15 00:29:50 +08:00
parent e8858423a7
commit 28b0ef6683
@@ -606,6 +606,7 @@ fn suggest_constraint(
ty: Ty<'tcx>,
) -> bool {
let tcx = self.tcx;
// FIXME(inherent_associated_types): Extend this to support `ty::Inherent`, too.
if !matches!(proj_ty.kind, ty::AliasTyKind::Projection { .. }) {
return false;
}