chore: report used instances correctly in diagnostics (#4049)
This commit is contained in:
parent
5f1c4df07d
commit
e13613d633
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ def mkDiagSummaryForUnfoldedReducible (counters : PHashMap Name Nat) : MetaM Dia
|
|||
getReducibilityStatusCore env declName matches .reducible
|
||||
|
||||
def mkDiagSummaryForUsedInstances : MetaM DiagSummary := do
|
||||
mkDiagSummary (← get).diag.heuristicCounter
|
||||
mkDiagSummary (← get).diag.instanceCounter
|
||||
|
||||
def appendSection (m : MessageData) (cls : Name) (header : String) (s : DiagSummary) : MessageData :=
|
||||
if s.isEmpty then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue