https://issues.dlang.org/show_bug.cgi?id=15292
--- Comment #4 from [email protected] --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2f0cc57aa71a6ff67f27ec3727841ec756c843fb fix Issue 15292 - Segmentation fault with self-referencing struct / inout / alias this If you read the `expr.aliasthis` to `expr.tupleof`, you could understand that the mechanism to detect recursive tupleof expansion is same with for alias-this'es. https://github.com/D-Programming-Language/dmd/commit/dff37b9526d154f844f7a35340015ef3e93975d3 Merge pull request #5274 from 9rnsr/fix15292 [REG2.068.0] Issue 15292 - Segmentation fault with self-referencing struct / inout / alias this --
