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

Dennis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|normal                      |enhancement

--- Comment #2 from Dennis <[email protected]> ---
According to the grammar, a pragma takes an argument list, which is a list of
expressions. D has no first class types; a plain `int` is not an expression.

This is either an enhancement request to expand what pragma msg accepts, or to
improve the error message when passing a basic type as an expression.

--

Reply via email to