mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 18:34:43 +00:00
Import std/stackframes in ast2ir.nim (#22815)
Ref https://github.com/nim-lang/Nim/pull/22777#issuecomment-1758090410 Co-authored-by: SirOlaf <>
This commit is contained in:
@@ -17,6 +17,9 @@ import .. / ic / bitabs
|
||||
|
||||
import nirtypes, nirinsts, nirlineinfos, nirslots, types2ir
|
||||
|
||||
when defined(nimCompilerStacktraceHints):
|
||||
import std/stackframes
|
||||
|
||||
type
|
||||
ModuleCon* = ref object
|
||||
strings*: BiTable[string]
|
||||
|
||||
Reference in New Issue
Block a user