This PR consolidates common attribute-related error messages into reusable functions and updates the wording and formatting of relevant error messages.
4 lines
229 B
Text
4 lines
229 B
Text
nonfatalattrs.lean:6:2-6:19: error: Unknown attribute `[attrUnimplementedattr]`
|
|
foo : Nat
|
|
nonfatalattrs.lean:11:12-11:17: error: invalid 'class', declaration 'bar.bar' must be inductive datatype, structure, or constant
|
|
bar : Nat
|