diff --git a/source/tlang/compiler/codegen/emit/dgen.d b/source/tlang/compiler/codegen/emit/dgen.d index 4017951..4a9a719 100644 --- a/source/tlang/compiler/codegen/emit/dgen.d +++ b/source/tlang/compiler/codegen/emit/dgen.d @@ -104,7 +104,7 @@ public final class DCodeEmitter : CodeEmitter // return "KAK TODO"; } - gprintln("Type transform unimplemented", DebugType.ERROR); + gprintln("Type transform unimplemented for type '"~to!(string)(typeIn)~"'", DebugType.ERROR); assert(false); // return stringRepr; }