disable implicit sinkinference for stdlibs (#24803)

ref https://github.com/nim-lang/Nim/issues/24794

(cherry picked from commit 0b9ed84d32)
This commit is contained in:
ringabout
2025-03-24 21:07:45 +08:00
committed by narimiran
parent 8dcb6ddc89
commit 346b989b5d

View File

@@ -46,5 +46,3 @@ else:
{.pragma: compilerRtl, compilerproc.}
{.pragma: benign, gcsafe.}
{.push sinkInference: on.}