add mgca fixme

This commit is contained in:
lcnr
2026-04-02 12:33:14 +02:00
parent b3b29ede80
commit 69148fd190
@@ -1335,6 +1335,7 @@ fn visit_const(&mut self, ct: I::Const) -> Self::Result {
TypeFlags::HAS_PLACEHOLDER | TypeFlags::HAS_INFER | TypeFlags::HAS_ALIAS,
) =>
{
// FIXME(mgca): we should also check the recursion limit here
ct.super_visit_with(self)
}
_ => ControlFlow::Continue(()),