diff options
author | Juan M Gómez <info@jmgomez.me> | 2024-02-20 06:36:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 07:36:50 +0100 |
commit | 7bf8cd3f8654c152b87052e28c515e525b43b38c (patch) | |
tree | e7e9475eab4a991bd020c5399530fb7a18b93c55 /tests | |
parent | 39f2df19723d98eaa006cfd0ef13ec93d9f8c1c5 (diff) | |
download | Nim-7bf8cd3f8654c152b87052e28c515e525b43b38c.tar.gz |
Fixes a nimsuggest crash when using chronos (#23293)
The following would crash nimsuggest on init: ```nim import chronos type HistoryQuery = object start: int limit: int HistoryResult = object messages: string type HistoryQueryHandler* = proc(req: HistoryQuery): Future[HistoryResult] {.async, gcsafe.} ```
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions