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

RazvanN <[email protected]> changed:

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

--- Comment #1 from RazvanN <[email protected]> ---
I cannot reproduce this issue on run.dlang.io. However, I get what you mean:

deprecated int a;

void foo(T)()
{
    alias F = a;
}

void main()
{
    foo!int;
}

If it's an error it does show the stack trace, however I am not convinced that
that should also be the case for deprecations.

--

Reply via email to