diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/system/inclrtl.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/inclrtl.nim b/lib/system/inclrtl.nim index adbda9fd6..e84794c74 100644 --- a/lib/system/inclrtl.nim +++ b/lib/system/inclrtl.nim @@ -49,7 +49,7 @@ when defined(nimlocks): else: {.pragma: benign, gcsafe.} -template since(version, body: untyped) {.dirty.} = +template since(version, body: untyped) {.dirty, used.} = ## limitation: can't be used to annotate a template (eg typetraits.get), would ## error: cannot attach a custom pragma. when (NimMajor, NimMinor) >= version: |