Currently this fails to compile:
pragma(msg, typeid(int).toString); // should print "int"
Allowing the use of typeid() during compilation opens the door to a variety of manipulations.
Related: https://issues.dlang.org/show_bug.cgi?id=9945
Comment #1 by robert.schadek — 2024-12-13T19:11:47Z