summary refs log tree commit diff stats
path: root/tests/errmsgs/t22753.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #22753; Nimsuggest segfault with invalid assignment to table (#22781)ringabout2023-10-021-0/+35
fixes #22753 ## Future work We should turn all the error nodes into nodes of a nkError kind, which could be a industrious task. But perhaps we can add a special treatment for error nodes to make the transition smooth.