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

bastien penavayre <[email protected]> changed:

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

--- Comment #2 from bastien penavayre <[email protected]> ---
This is what fails:

import std.typecons;
alias T = Tuple!(int, `foo`, int, `bar`);
enum x = T(1,2);
pragma(msg, x[0]);

--

Reply via email to