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

[email protected] changed:

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

--- Comment #1 from [email protected] ---
The `double` field is required to make the Tuple struct template
non-zero-initialized, so that the init symbol is actually required. You'd have
the same issue with an `int expand = 1` field.

For some reason, the TypeInfo for Tuple is emitted into the `main` module, but
the init symbol isn't.

--

Reply via email to