summary refs log tree commit diff stats
path: root/tests/errmsgs/t5870.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
* fixes 5870 (#11704)Andreas Rumpf2019-08-291-0/+17
* fixes #5870 * make tclosure test green again * this check is correct but breaks some Nimble packages