From 3bf692b3559f19ab6ebc0f168e6e3e27e42a9e05 Mon Sep 17 00:00:00 2001 From: araq Date: Wed, 19 Nov 2025 11:25:14 +0100 Subject: [PATCH] progress --- compiler/ccgtypes.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ccgtypes.nim b/compiler/ccgtypes.nim index a7b29b9c87..d5745c6983 100644 --- a/compiler/ccgtypes.nim +++ b/compiler/ccgtypes.nim @@ -158,8 +158,8 @@ proc getTypeName(m: BModule; typ: PType; sig: SigHash): Rope = else: break let typ = if typ.kind in {tyAlias, tySink, tyOwned}: typ.elementType else: typ - ensureMutable typ if typ.loc.snippet == "": + ensureMutable typ typ.typeName(typ.locImpl.snippet) typ.locImpl.snippet.add $sig else: