This PR standardizes error messages by quoting names with backticks. The changes were automated, so some cases may still be missing.
2 lines
318 B
Text
2 lines
318 B
Text
496.lean:3:4-3:8: error(lean.dependsOnNoncomputable): `foo` not supported by code generator; consider marking definition as `noncomputable`
|
|
496.lean:9:4-9:8: error(lean.dependsOnNoncomputable): failed to compile definition, consider marking it as 'noncomputable' because it depends on 'bla1', which is 'noncomputable'
|