Comment #0 by default_357-line — 2020-01-20T11:28:23Z
Since https://issues.dlang.org/show_bug.cgi?id=19292 , mixin() behaves like pragma(msg). pragma(msg), for convenience, transforms types into their stringof. This is a terrible behavior for mixin, because the stringof will generally not be visible from the point where you're mixing the string in. This functionality should be disabled for string mixin arguments.
Comment #1 by robert.schadek — 2024-12-13T19:06:55Z