summary refs log tree commit diff stats
path: root/tests/stdlib/tsetutils.nim
diff options
context:
space:
mode:
authorAditya Siram <aditya.siram@gmail.com>2022-09-22 13:19:36 -0500
committerGitHub <noreply@github.com>2022-09-22 14:19:36 -0400
commitbe4bd8a0edd527b24679372b8cb9d2afa548056d (patch)
treead3dbd501251431bce080026d6bff31e431823b7 /tests/stdlib/tsetutils.nim
parentdb8a62d4802a005b80aa07ca355ddee4bf098b11 (diff)
downloadNim-be4bd8a0edd527b24679372b8cb9d2afa548056d.tar.gz
Fixes #20348; only respect the recursion limit if the symbol's generic type has been generated by the compiler (#20377)
Fixes #20348
Diffstat (limited to 'tests/stdlib/tsetutils.nim')
0 files changed, 0 insertions, 0 deletions
f='#n117'>117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208