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

Mathias LANG <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Mathias LANG <[email protected]> ---
Note that the correct behavior here would be to output no message.
The reasoning is that those alias are deprecated, and *declaring* deprecated
symbols does not trigger a message, only using them.

So the behavior of the old alias syntax is actually what needs to be fixed.
1) I assume they are parsed differently (since the new alias syntax can be a
template declaration)
2) I don't see a difference, both `g` and `h` are not outputting a message,
right ?
3) That's a bug

--

Reply via email to