Compare commits
No commits in common. "56f40462aea577782af1ca2571db4382ef421fcc" and "3744cfaa9608cd43e00078283339662b3720949b" have entirely different histories.
56f40462ae
...
3744cfaa96
|
@ -183,8 +183,7 @@ private def collectAllErroredMVars (src : MVarId) : Elab.TermElabM (List MVarId)
|
|||
-- to one of these seed mvars, it means an error has occurred when a tactic
|
||||
-- was executing on `src`. `evalTactic`, will not capture these mvars, so we
|
||||
-- need to manually find them and save them into the goal list.
|
||||
|
||||
let descendants ← Meta.getMVars (.mvar src)
|
||||
let descendants ← Meta.getMVars $ ← instantiateMVars (.mvar src)
|
||||
--let _ ← Elab.Term.logUnassignedUsingErrorInfos descendants
|
||||
let mut alreadyVisited : MVarIdSet := {}
|
||||
let mut result : MVarIdSet := {}
|
||||
|
|
Loading…
Reference in New Issue