https://issues.dlang.org/show_bug.cgi?id=24010
--- Comment #1 from [email protected] --- The problem seems to be that the frontend treats/sets up the tuple as a temporary variable (valid for the duration of that expression only), instead of generating the ~this() calls at end of scope like it does for normal variables. --
