Implement other logics

This commit is contained in:
tiif
2025-07-14 13:38:19 +00:00
parent dd067a689a
commit 7356ff7517
31 changed files with 132 additions and 9 deletions

View File

@@ -156,6 +156,7 @@ where
}
ty::ClauseKind::ConstEvaluatable(ct) => ct.visit_with(self),
ty::ClauseKind::WellFormed(term) => term.visit_with(self),
ty::ClauseKind::UnstableFeature(_) => V::Result::output(),
}
}