summary refs log tree commit diff stats
path: root/tests/errmsgs/t12844.nim
Commit message (Collapse)AuthorAgeFilesLines
* disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ↵Neelesh Chandola2020-05-291-3/+3
| | | | | | (#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-0/+13
* Assigning template to var/let/const gives a proper error * Fix style