This PR changes the "declaration uses 'sorry'" warning to use backticks instead of single quotes, consistent with Lean's conventions for formatting code identifiers in diagnostic messages.
6 lines
183 B
Text
6 lines
183 B
Text
collectDepsIssue.lean:5:0-5:1: error: don't know how to synthesize placeholder
|
||
context:
|
||
α : Type
|
||
a : α
|
||
⊢ List α
|
||
collectDepsIssue.lean:8:8-8:11: warning: declaration uses `sorry`
|