mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
add mgca fixme
This commit is contained in:
@@ -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(()),
|
||||
|
||||
Reference in New Issue
Block a user