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

j...@red.email.ne.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |j...@red.email.ne.jp

--- Comment #4 from j...@red.email.ne.jp ---
One could simply put pragma message in that module.

module a;

pragma(msg, __FILE__,"(",__LINE__,"): this module is deprecated");

--

Reply via email to