summary refs log tree commit diff stats
path: root/tests/errmsgs/t10489_a.nim
Commit message (Collapse)AuthorAgeFilesLines
* disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ↵Neelesh Chandola2020-05-291-1/+1
| | | | | | (#13261) * disallow typedesc in arrays and move previous checks to types.typeAllowedAux
* Assigning template to var/let/const gives a proper error (#12851)Neelesh Chandola2019-12-091-1/+1
| | | | | | * Assigning template to var/let/const gives a proper error * Fix style
* error message for accidental use of macro (#10490)Arne Döring2019-02-191-0/+9
* error message for accidental use of macro