https://issues.dlang.org/show_bug.cgi?id=21300
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/dmd pull request #11906 "dtoh: Don't use enum namespaces as types" fixing this issue: - Fix 21300 - Don't cast to enum emitted as namespace (dtoh) The enum members are declared as variables of the base type, so the cast is redundant anyway. https://github.com/dlang/dmd/pull/11906 --
