- If `typeTransform(Type)` is called on an unknown type then print out the type in the error message asx well
This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-17 16:35:32 +02:00
parent a42ec98625
commit 921235ab22
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}