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.
4 lines
199 B
Text
4 lines
199 B
Text
435.lean:3:0-3:7: warning: declaration uses `sorry`
|
|
435.lean:5:21-5:23: error: Unknown identifier `op` at quotation precheck
|
|
|
|
Note: You can use `set_option quotPrecheck false` to disable this check.
|