summary refs log tree commit diff stats
path: root/tests/errmsgs/tundeclared_field.nim
Commit message (Collapse)AuthorAgeFilesLines
* followup #17777: declaredloc field error msgs now work with generics (#18259)Timothee Cour2021-06-141-15/+25
| | | | | | | * followup #17777: declaredloc field error msgs now work with generics * fix tests * cleanup
* more informative error msg for undeclared field (`A(badfield: 1)` and ↵Timothee Cour2021-05-161-0/+40
`a.badfield = expr`) (#17777)