summary refs log tree commit diff stats
path: root/tests/iter/t22148.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #22148; std/memfiles.memSlices nesting now fails with memory sa… ↵ringabout2023-06-251-0/+15
(#22154) * fixes #22148; std/memfiles.memSlices nesting now fails with memory safety capture violation * adds a test case