https://issues.dlang.org/show_bug.cgi?id=14010

Kenji Hara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Support mangleof property   |Support mangleof property
                   |for opaque enum type        |for opaque enum and struct
                   |                            |type

--- Comment #2 from Kenji Hara <[email protected]> ---
(In reply to Kenji Hara from comment #0)
> enum E;
> pragma(msg, E.mangleof);

Same issue exists for struct.

struct S;
pragma(msg, S.mangleof);

--

Reply via email to