fix(frontends/lean/elaborator): compilation problem
This commit is contained in:
parent
08a7997a97
commit
4f519be55e
1 changed files with 0 additions and 1 deletions
|
@ -1506,7 +1506,6 @@ void elaborator::display_unassigned_mvars(expr const & e, substitution const & s
|
||||||
proof_state ps(goals(g), s, m_ngen, constraints(), relax);
|
proof_state ps(goals(g), s, m_ngen, constraints(), relax);
|
||||||
display_unsolved_proof_state(mvar, ps, "don't know how to synthesize placeholder");
|
display_unsolved_proof_state(mvar, ps, "don't know how to synthesize placeholder");
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue